|
4109 | 4109 | ], |
4110 | 4110 | "parameters": { |
4111 | 4111 | "featureId": { |
4112 | | - "description": "Required. The ID to use for the Feature, which will become the final component of the Feature's resource name. This value may be up to 128 characters, and valid characters are `[a-z0-9_]`. The first character cannot be a number. The value must be unique within an EntityType .", |
| 4112 | + "description": "Required. The ID to use for the Feature, which will become the final component of the Feature's resource name. This value may be up to 128 characters, and valid characters are `[a-z0-9_]`. The first character cannot be a number. The value must be unique within an EntityType/FeatureGroup.", |
4113 | 4113 | "location": "query", |
4114 | 4114 | "type": "string" |
4115 | 4115 | }, |
4116 | 4116 | "parent": { |
4117 | | - "description": "Required. The resource name of the EntityType to create a Feature. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`", |
4118 | 4117 | "location": "path", |
4119 | 4118 | "pattern": "^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+$", |
4120 | 4119 | "required": true, |
|
4142 | 4141 | ], |
4143 | 4142 | "parameters": { |
4144 | 4143 | "name": { |
4145 | | - "description": "Required. The name of the Features to be deleted. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}`", |
| 4144 | + "description": "Required. The name of the Features to be deleted. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}` `projects/{project}/locations/{location}/featureGroups/{feature_group}/features/{feature}`", |
4146 | 4145 | "location": "path", |
4147 | 4146 | "pattern": "^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+/features/[^/]+$", |
4148 | 4147 | "required": true, |
|
4167 | 4166 | ], |
4168 | 4167 | "parameters": { |
4169 | 4168 | "name": { |
4170 | | - "description": "Required. The name of the Feature resource. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`", |
| 4169 | + "description": "Required. The name of the Feature resource. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` `projects/{project}/locations/{location}/featureGroups/{feature_group}`", |
4171 | 4170 | "location": "path", |
4172 | 4171 | "pattern": "^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+/features/[^/]+$", |
4173 | 4172 | "required": true, |
|
4219 | 4218 | "type": "string" |
4220 | 4219 | }, |
4221 | 4220 | "parent": { |
4222 | | - "description": "Required. The resource name of the Location to list Features. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`", |
| 4221 | + "description": "Required. The resource name of the Location to list Features. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` `projects/{project}/locations/{location}/featureGroups/{feature_group}`", |
4223 | 4222 | "location": "path", |
4224 | 4223 | "pattern": "^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+$", |
4225 | 4224 | "required": true, |
|
8760 | 8759 | ], |
8761 | 8760 | "parameters": { |
8762 | 8761 | "filter": { |
8763 | | - "description": "Optional. An expression for filtering the results of the request. For field names both snake_case and camelCase are supported. * `notebookRuntimeTemplate` supports = and !=. `notebookRuntimeTemplate` represents the NotebookRuntimeTemplate ID, i.e. the last segment of the NotebookRuntimeTemplate's resource name. * `display_name` supports = and != * `labels` supports general map functions that is: * `labels.key=value` - key:value equality * `labels.key:* or labels:key - key existence * A key including a space must be quoted. `labels.\"a key\"`. Some examples: * `notebookRuntimeTemplate=notebookRuntimeTemplate123` * `displayName=\"myDisplayName\"` * `labels.myKey=\"myValue\"`", |
| 8762 | + "description": "Optional. An expression for filtering the results of the request. For field names both snake_case and camelCase are supported. * `notebookRuntimeTemplate` supports = and !=. `notebookRuntimeTemplate` represents the NotebookRuntimeTemplate ID, i.e. the last segment of the NotebookRuntimeTemplate's resource name. * `display_name` supports = and != * `labels` supports general map functions that is: * `labels.key=value` - key:value equality * `labels.key:* or labels:key - key existence * A key including a space must be quoted. `labels.\"a key\"`. * `notebookRuntimeType` supports = and !=. notebookRuntimeType enum: [USER_DEFINED, ONE_CLICK]. Some examples: * `notebookRuntimeTemplate=notebookRuntimeTemplate123` * `displayName=\"myDisplayName\"` * `labels.myKey=\"myValue\"` * `notebookRuntimeType=USER_DEFINED`", |
8764 | 8763 | "location": "query", |
8765 | 8764 | "type": "string" |
8766 | 8765 | }, |
|
8953 | 8952 | ], |
8954 | 8953 | "parameters": { |
8955 | 8954 | "filter": { |
8956 | | - "description": "Optional. An expression for filtering the results of the request. For field names both snake_case and camelCase are supported. * `notebookRuntime` supports = and !=. `notebookRuntime` represents the NotebookRuntime ID, i.e. the last segment of the NotebookRuntime's resource name. * `displayName` supports = and != and regex. * `notebookRuntimeTemplate` supports = and !=. `notebookRuntimeTemplate` represents the NotebookRuntimeTemplate ID, i.e. the last segment of the NotebookRuntimeTemplate's resource name. * `healthState` supports = and !=. healthState enum: [HEALTHY, UNHEALTHY, HEALTH_STATE_UNSPECIFIED]. * `runtimeState` supports = and !=. runtimeState enum: [RUNTIME_STATE_UNSPECIFIED, RUNNING, BEING_STARTED, BEING_STOPPED, STOPPED, BEING_UPGRADED]. * `runtimeUser` supports = and !=. * API version is UI only: `uiState` supports = and !=. uiState enum: [UI_RESOURCE_STATE_UNSPECIFIED, UI_RESOURCE_STATE_BEING_CREATED, UI_RESOURCE_STATE_ACTIVE, UI_RESOURCE_STATE_BEING_DELETED, UI_RESOURCE_STATE_CREATION_FAILED]. Some examples: * `notebookRuntime=\"notebookRuntime123\"` * `displayName=\"myDisplayName\"` and `displayName=~\"myDisplayNameRegex\"` * `notebookRuntimeTemplate=\"notebookRuntimeTemplate321\"` * `healthState=HEALTHY` * `runtimeState=RUNNING` * `runtimeUser=\"test@google.com\"` * `uiState=UI_RESOURCE_STATE_BEING_DELETED`", |
| 8955 | + "description": "Optional. An expression for filtering the results of the request. For field names both snake_case and camelCase are supported. * `notebookRuntime` supports = and !=. `notebookRuntime` represents the NotebookRuntime ID, i.e. the last segment of the NotebookRuntime's resource name. * `displayName` supports = and != and regex. * `notebookRuntimeTemplate` supports = and !=. `notebookRuntimeTemplate` represents the NotebookRuntimeTemplate ID, i.e. the last segment of the NotebookRuntimeTemplate's resource name. * `healthState` supports = and !=. healthState enum: [HEALTHY, UNHEALTHY, HEALTH_STATE_UNSPECIFIED]. * `runtimeState` supports = and !=. runtimeState enum: [RUNTIME_STATE_UNSPECIFIED, RUNNING, BEING_STARTED, BEING_STOPPED, STOPPED, BEING_UPGRADED]. * `runtimeUser` supports = and !=. * API version is UI only: `uiState` supports = and !=. uiState enum: [UI_RESOURCE_STATE_UNSPECIFIED, UI_RESOURCE_STATE_BEING_CREATED, UI_RESOURCE_STATE_ACTIVE, UI_RESOURCE_STATE_BEING_DELETED, UI_RESOURCE_STATE_CREATION_FAILED]. * `notebookRuntimeType` supports = and !=. notebookRuntimeType enum: [USER_DEFINED, ONE_CLICK]. Some examples: * `notebookRuntime=\"notebookRuntime123\"` * `displayName=\"myDisplayName\"` and `displayName=~\"myDisplayNameRegex\"` * `notebookRuntimeTemplate=\"notebookRuntimeTemplate321\"` * `healthState=HEALTHY` * `runtimeState=RUNNING` * `runtimeUser=\"test@google.com\"` * `uiState=UI_RESOURCE_STATE_BEING_DELETED` * `notebookRuntimeType=USER_DEFINED`", |
8957 | 8956 | "location": "query", |
8958 | 8957 | "type": "string" |
8959 | 8958 | }, |
|
12998 | 12997 | } |
12999 | 12998 | } |
13000 | 12999 | }, |
13001 | | - "revision": "20230914", |
| 13000 | + "revision": "20230929", |
13002 | 13001 | "rootUrl": "https://aiplatform.googleapis.com/", |
13003 | 13002 | "schemas": { |
13004 | 13003 | "GoogleApiHttpBody": { |
@@ -14403,19 +14402,18 @@ |
14403 | 14402 | "type": "object" |
14404 | 14403 | }, |
14405 | 14404 | "GoogleCloudAiplatformV1CreateFeatureRequest": { |
14406 | | - "description": "Request message for FeaturestoreService.CreateFeature.", |
| 14405 | + "description": "Request message for FeaturestoreService.CreateFeature. Request message for FeatureRegistryService.CreateFeature.", |
14407 | 14406 | "id": "GoogleCloudAiplatformV1CreateFeatureRequest", |
14408 | 14407 | "properties": { |
14409 | 14408 | "feature": { |
14410 | 14409 | "$ref": "GoogleCloudAiplatformV1Feature", |
14411 | 14410 | "description": "Required. The Feature to create." |
14412 | 14411 | }, |
14413 | 14412 | "featureId": { |
14414 | | - "description": "Required. The ID to use for the Feature, which will become the final component of the Feature's resource name. This value may be up to 128 characters, and valid characters are `[a-z0-9_]`. The first character cannot be a number. The value must be unique within an EntityType .", |
| 14413 | + "description": "Required. The ID to use for the Feature, which will become the final component of the Feature's resource name. This value may be up to 128 characters, and valid characters are `[a-z0-9_]`. The first character cannot be a number. The value must be unique within an EntityType/FeatureGroup.", |
14415 | 14414 | "type": "string" |
14416 | 14415 | }, |
14417 | 14416 | "parent": { |
14418 | | - "description": "Required. The resource name of the EntityType to create a Feature. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`", |
14419 | 14417 | "type": "string" |
14420 | 14418 | } |
14421 | 14419 | }, |
|
18376 | 18374 | "type": "object" |
18377 | 18375 | }, |
18378 | 18376 | "GoogleCloudAiplatformV1ListFeaturesResponse": { |
18379 | | - "description": "Response message for FeaturestoreService.ListFeatures.", |
| 18377 | + "description": "Response message for FeaturestoreService.ListFeatures. Response message for FeatureRegistryService.ListFeatures.", |
18380 | 18378 | "id": "GoogleCloudAiplatformV1ListFeaturesResponse", |
18381 | 18379 | "properties": { |
18382 | 18380 | "features": { |
|
23870 | 23868 | }, |
23871 | 23869 | "type": "object" |
23872 | 23870 | }, |
| 23871 | + "GoogleCloudAiplatformV1SchemaPredictParamsGroundingConfig": { |
| 23872 | + "description": "The configuration for grounding checking.", |
| 23873 | + "id": "GoogleCloudAiplatformV1SchemaPredictParamsGroundingConfig", |
| 23874 | + "properties": { |
| 23875 | + "sources": { |
| 23876 | + "description": "The sources for the grounding checking.", |
| 23877 | + "items": { |
| 23878 | + "$ref": "GoogleCloudAiplatformV1SchemaPredictParamsGroundingConfigSourceEntry" |
| 23879 | + }, |
| 23880 | + "type": "array" |
| 23881 | + } |
| 23882 | + }, |
| 23883 | + "type": "object" |
| 23884 | + }, |
| 23885 | + "GoogleCloudAiplatformV1SchemaPredictParamsGroundingConfigSourceEntry": { |
| 23886 | + "description": "Single source entry for the grounding checking.", |
| 23887 | + "id": "GoogleCloudAiplatformV1SchemaPredictParamsGroundingConfigSourceEntry", |
| 23888 | + "properties": { |
| 23889 | + "enterpriseDatastore": { |
| 23890 | + "description": "The uri of the Enterprise Search data source.", |
| 23891 | + "type": "string" |
| 23892 | + }, |
| 23893 | + "type": { |
| 23894 | + "description": "The type of the grounding checking source.", |
| 23895 | + "enum": [ |
| 23896 | + "UNSPECIFIED", |
| 23897 | + "WEB", |
| 23898 | + "ENTERPRISE" |
| 23899 | + ], |
| 23900 | + "enumDescriptions": [ |
| 23901 | + "", |
| 23902 | + "Uses Web Search to check the grounding.", |
| 23903 | + "Uses Enterprise Search to check the grounding." |
| 23904 | + ], |
| 23905 | + "type": "string" |
| 23906 | + } |
| 23907 | + }, |
| 23908 | + "type": "object" |
| 23909 | + }, |
23873 | 23910 | "GoogleCloudAiplatformV1SchemaPredictParamsImageClassificationPredictionParams": { |
23874 | 23911 | "description": "Prediction model parameters for Image Classification.", |
23875 | 23912 | "id": "GoogleCloudAiplatformV1SchemaPredictParamsImageClassificationPredictionParams", |
@@ -24588,10 +24625,19 @@ |
24588 | 24625 | "description": "The metadata of Datasets that contain Text Prompt data.", |
24589 | 24626 | "id": "GoogleCloudAiplatformV1SchemaTextPromptDatasetMetadata", |
24590 | 24627 | "properties": { |
| 24628 | + "candidateCount": { |
| 24629 | + "description": "Number of candidates.", |
| 24630 | + "format": "int64", |
| 24631 | + "type": "string" |
| 24632 | + }, |
24591 | 24633 | "gcsUri": { |
24592 | 24634 | "description": "The Google Cloud Storage URI that stores the prompt data.", |
24593 | 24635 | "type": "string" |
24594 | 24636 | }, |
| 24637 | + "groundingConfig": { |
| 24638 | + "$ref": "GoogleCloudAiplatformV1SchemaPredictParamsGroundingConfig", |
| 24639 | + "description": "Grounding checking configuration." |
| 24640 | + }, |
24595 | 24641 | "maxOutputTokens": { |
24596 | 24642 | "description": "Value of the maximum number of tokens generated set when the dataset was saved.", |
24597 | 24643 | "format": "int64", |
|
24601 | 24647 | "description": "Type of the prompt dataset.", |
24602 | 24648 | "type": "string" |
24603 | 24649 | }, |
| 24650 | + "stopSequences": { |
| 24651 | + "description": "Customized stop sequences.", |
| 24652 | + "items": { |
| 24653 | + "type": "string" |
| 24654 | + }, |
| 24655 | + "type": "array" |
| 24656 | + }, |
24604 | 24657 | "temperature": { |
24605 | 24658 | "description": "Temperature value used for sampling set when the dataset was saved. This value is used to tune the degree of randomness.", |
24606 | 24659 | "format": "float", |
|
0 commit comments