Class: Google::Cloud::AIPlatform::V1::PublisherModel::CallToAction::Deploy
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::PublisherModel::CallToAction::Deploy
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/publisher_model.rb
Overview
Model metadata that is needed for UploadModel or DeployModel/CreateEndpoint requests.
Defined Under Namespace
Classes: DeployMetadata
Instance Attribute Summary collapse
-
#artifact_uri ⇒ ::String
Optional.
-
#automatic_resources ⇒ ::Google::Cloud::AIPlatform::V1::AutomaticResources
A description of resources that to large degree are decided by Vertex AI, and require only a modest additional configuration.
-
#container_spec ⇒ ::Google::Cloud::AIPlatform::V1::ModelContainerSpec
Optional.
-
#dedicated_resources ⇒ ::Google::Cloud::AIPlatform::V1::DedicatedResources
A description of resources that are dedicated to the DeployedModel, and that need a higher degree of manual configuration.
-
#deploy_metadata ⇒ ::Google::Cloud::AIPlatform::V1::PublisherModel::CallToAction::Deploy::DeployMetadata
Optional.
-
#deploy_task_name ⇒ ::String
Optional.
-
#large_model_reference ⇒ ::Google::Cloud::AIPlatform::V1::LargeModelReference
Optional.
-
#model_display_name ⇒ ::String
Optional.
-
#public_artifact_uri ⇒ ::String
Optional.
-
#shared_resources ⇒ ::String
The resource name of the shared DeploymentResourcePool to deploy on.
-
#title ⇒ ::String
Required.
Instance Attribute Details
#artifact_uri ⇒ ::String
Returns Optional. The path to the directory containing the Model artifact and any of its supporting files.
245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 |
# File 'proto_docs/google/cloud/aiplatform/v1/publisher_model.rb', line 245 class Deploy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Metadata information about the deployment for managing deployment # config. # @!attribute [rw] labels # @return [::Google::Protobuf::Map{::String => ::String}] # Optional. Labels for the deployment. For managing deployment config # like verifying, source of deployment config, etc. # @!attribute [rw] sample_request # @return [::String] # Optional. Sample request for deployed endpoint. class DeployMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end end |
#automatic_resources ⇒ ::Google::Cloud::AIPlatform::V1::AutomaticResources
Returns A description of resources that to large degree are decided by Vertex AI, and require only a modest additional configuration.
245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 |
# File 'proto_docs/google/cloud/aiplatform/v1/publisher_model.rb', line 245 class Deploy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Metadata information about the deployment for managing deployment # config. # @!attribute [rw] labels # @return [::Google::Protobuf::Map{::String => ::String}] # Optional. Labels for the deployment. For managing deployment config # like verifying, source of deployment config, etc. # @!attribute [rw] sample_request # @return [::String] # Optional. Sample request for deployed endpoint. class DeployMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end end |
#container_spec ⇒ ::Google::Cloud::AIPlatform::V1::ModelContainerSpec
Returns Optional. The specification of the container that is to be used when deploying this Model in Vertex AI. Not present for Large Models.
245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 |
# File 'proto_docs/google/cloud/aiplatform/v1/publisher_model.rb', line 245 class Deploy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Metadata information about the deployment for managing deployment # config. # @!attribute [rw] labels # @return [::Google::Protobuf::Map{::String => ::String}] # Optional. Labels for the deployment. For managing deployment config # like verifying, source of deployment config, etc. # @!attribute [rw] sample_request # @return [::String] # Optional. Sample request for deployed endpoint. class DeployMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end end |
#dedicated_resources ⇒ ::Google::Cloud::AIPlatform::V1::DedicatedResources
Returns A description of resources that are dedicated to the DeployedModel, and that need a higher degree of manual configuration.
245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 |
# File 'proto_docs/google/cloud/aiplatform/v1/publisher_model.rb', line 245 class Deploy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Metadata information about the deployment for managing deployment # config. # @!attribute [rw] labels # @return [::Google::Protobuf::Map{::String => ::String}] # Optional. Labels for the deployment. For managing deployment config # like verifying, source of deployment config, etc. # @!attribute [rw] sample_request # @return [::String] # Optional. Sample request for deployed endpoint. class DeployMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end end |
#deploy_metadata ⇒ ::Google::Cloud::AIPlatform::V1::PublisherModel::CallToAction::Deploy::DeployMetadata
Returns Optional. Metadata information about this deployment config.
245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 |
# File 'proto_docs/google/cloud/aiplatform/v1/publisher_model.rb', line 245 class Deploy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Metadata information about the deployment for managing deployment # config. # @!attribute [rw] labels # @return [::Google::Protobuf::Map{::String => ::String}] # Optional. Labels for the deployment. For managing deployment config # like verifying, source of deployment config, etc. # @!attribute [rw] sample_request # @return [::String] # Optional. Sample request for deployed endpoint. class DeployMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end end |
#deploy_task_name ⇒ ::String
Returns Optional. The name of the deploy task (e.g., "text to image generation").
245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 |
# File 'proto_docs/google/cloud/aiplatform/v1/publisher_model.rb', line 245 class Deploy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Metadata information about the deployment for managing deployment # config. # @!attribute [rw] labels # @return [::Google::Protobuf::Map{::String => ::String}] # Optional. Labels for the deployment. For managing deployment config # like verifying, source of deployment config, etc. # @!attribute [rw] sample_request # @return [::String] # Optional. Sample request for deployed endpoint. class DeployMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end end |
#large_model_reference ⇒ ::Google::Cloud::AIPlatform::V1::LargeModelReference
Returns Optional. Large model reference. When this is set, model_artifact_spec is not needed.
245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 |
# File 'proto_docs/google/cloud/aiplatform/v1/publisher_model.rb', line 245 class Deploy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Metadata information about the deployment for managing deployment # config. # @!attribute [rw] labels # @return [::Google::Protobuf::Map{::String => ::String}] # Optional. Labels for the deployment. For managing deployment config # like verifying, source of deployment config, etc. # @!attribute [rw] sample_request # @return [::String] # Optional. Sample request for deployed endpoint. class DeployMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end end |
#model_display_name ⇒ ::String
Returns Optional. Default model display name.
245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 |
# File 'proto_docs/google/cloud/aiplatform/v1/publisher_model.rb', line 245 class Deploy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Metadata information about the deployment for managing deployment # config. # @!attribute [rw] labels # @return [::Google::Protobuf::Map{::String => ::String}] # Optional. Labels for the deployment. For managing deployment config # like verifying, source of deployment config, etc. # @!attribute [rw] sample_request # @return [::String] # Optional. Sample request for deployed endpoint. class DeployMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end end |
#public_artifact_uri ⇒ ::String
Returns Optional. The signed URI for ephemeral Cloud Storage access to model artifact.
245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 |
# File 'proto_docs/google/cloud/aiplatform/v1/publisher_model.rb', line 245 class Deploy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Metadata information about the deployment for managing deployment # config. # @!attribute [rw] labels # @return [::Google::Protobuf::Map{::String => ::String}] # Optional. Labels for the deployment. For managing deployment config # like verifying, source of deployment config, etc. # @!attribute [rw] sample_request # @return [::String] # Optional. Sample request for deployed endpoint. class DeployMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end end |
#shared_resources ⇒ ::String
Returns The resource name of the shared DeploymentResourcePool to deploy on.
Format:
projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}
.
245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 |
# File 'proto_docs/google/cloud/aiplatform/v1/publisher_model.rb', line 245 class Deploy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Metadata information about the deployment for managing deployment # config. # @!attribute [rw] labels # @return [::Google::Protobuf::Map{::String => ::String}] # Optional. Labels for the deployment. For managing deployment config # like verifying, source of deployment config, etc. # @!attribute [rw] sample_request # @return [::String] # Optional. Sample request for deployed endpoint. class DeployMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end end |
#title ⇒ ::String
Returns Required. The title of the regional resource reference.
245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 |
# File 'proto_docs/google/cloud/aiplatform/v1/publisher_model.rb', line 245 class Deploy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Metadata information about the deployment for managing deployment # config. # @!attribute [rw] labels # @return [::Google::Protobuf::Map{::String => ::String}] # Optional. Labels for the deployment. For managing deployment config # like verifying, source of deployment config, etc. # @!attribute [rw] sample_request # @return [::String] # Optional. Sample request for deployed endpoint. class DeployMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end end |