|
16094 | 16094 | } |
16095 | 16095 | } |
16096 | 16096 | }, |
16097 | | - "revision": "20231023", |
| 16097 | + "revision": "20231024", |
16098 | 16098 | "rootUrl": "https://aiplatform.googleapis.com/", |
16099 | 16099 | "schemas": { |
16100 | 16100 | "GoogleApiHttpBody": { |
|
20393 | 20393 | "type": "object" |
20394 | 20394 | }, |
20395 | 20395 | "GoogleCloudAiplatformV1beta1FeatureOnlineStoreDedicatedServingEndpoint": { |
20396 | | - "description": "The dedicated serving endpoint for this FeatureOnlineStore.", |
| 20396 | + "description": "The dedicated serving endpoint for this FeatureOnlineStore. Only need to set when you choose Optimized storage type or enable EmbeddingManagement.", |
20397 | 20397 | "id": "GoogleCloudAiplatformV1beta1FeatureOnlineStoreDedicatedServingEndpoint", |
20398 | 20398 | "properties": { |
20399 | 20399 | "publicEndpointDomainName": { |
|
21270 | 21270 | }, |
21271 | 21271 | "type": "object" |
21272 | 21272 | }, |
21273 | | - "GoogleCloudAiplatformV1beta1GenieSource": { |
21274 | | - "description": "Contains information about the source of the models generated from Generative AI Studio.", |
21275 | | - "id": "GoogleCloudAiplatformV1beta1GenieSource", |
21276 | | - "properties": { |
21277 | | - "baseModelUri": { |
21278 | | - "description": "Required. The public base model URI.", |
21279 | | - "type": "string" |
21280 | | - } |
21281 | | - }, |
21282 | | - "type": "object" |
21283 | | - }, |
21284 | 21273 | "GoogleCloudAiplatformV1beta1HyperparameterTuningJob": { |
21285 | 21274 | "description": "Represents a HyperparameterTuningJob. A HyperparameterTuningJob has a Study specification and multiple CustomJobs with identical CustomJob specification.", |
21286 | 21275 | "id": "GoogleCloudAiplatformV1beta1HyperparameterTuningJob", |
|
23395 | 23384 | "$ref": "GoogleCloudAiplatformV1beta1ExplanationSpec", |
23396 | 23385 | "description": "The default explanation specification for this Model. The Model can be used for requesting explanation after being deployed if it is populated. The Model can be used for batch explanation if it is populated. All fields of the explanation_spec can be overridden by explanation_spec of DeployModelRequest.deployed_model, or explanation_spec of BatchPredictionJob. If the default explanation specification is not set for this Model, this Model can still be used for requesting explanation by setting explanation_spec of DeployModelRequest.deployed_model and for batch explanation by setting explanation_spec of BatchPredictionJob." |
23397 | 23386 | }, |
23398 | | - "generatedModelSource": { |
23399 | | - "$ref": "GoogleCloudAiplatformV1beta1ModelGeneratedModelSource", |
23400 | | - "description": "Optional. Used to specify the source of the Model Garden model or Genie models. Only present for models created or tuned from Model Garden and Genie." |
23401 | | - }, |
23402 | 23387 | "labels": { |
23403 | 23388 | "additionalProperties": { |
23404 | 23389 | "type": "string" |
|
24077 | 24062 | }, |
24078 | 24063 | "type": "object" |
24079 | 24064 | }, |
24080 | | - "GoogleCloudAiplatformV1beta1ModelGardenSource": { |
24081 | | - "description": "Contains information about the source of the models generated from Model Garden.", |
24082 | | - "id": "GoogleCloudAiplatformV1beta1ModelGardenSource", |
24083 | | - "properties": { |
24084 | | - "publicModelName": { |
24085 | | - "description": "Required. The model garden source model resource name.", |
24086 | | - "type": "string" |
24087 | | - } |
24088 | | - }, |
24089 | | - "type": "object" |
24090 | | - }, |
24091 | | - "GoogleCloudAiplatformV1beta1ModelGeneratedModelSource": { |
24092 | | - "description": "Used to specify the source of the Model Garden model or Genie models. Only present for models created or tuned from Model Garden and Genie.", |
24093 | | - "id": "GoogleCloudAiplatformV1beta1ModelGeneratedModelSource", |
24094 | | - "properties": { |
24095 | | - "genieSource": { |
24096 | | - "$ref": "GoogleCloudAiplatformV1beta1GenieSource", |
24097 | | - "description": "Information about the base model of Genie models." |
24098 | | - }, |
24099 | | - "modelGardenSource": { |
24100 | | - "$ref": "GoogleCloudAiplatformV1beta1ModelGardenSource", |
24101 | | - "description": "Source information of Model Garden models." |
24102 | | - } |
24103 | | - }, |
24104 | | - "type": "object" |
24105 | | - }, |
24106 | 24065 | "GoogleCloudAiplatformV1beta1ModelMonitoringAlertConfig": { |
24107 | 24066 | "id": "GoogleCloudAiplatformV1beta1ModelMonitoringAlertConfig", |
24108 | 24067 | "properties": { |
|
0 commit comments