Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::PublisherModel::CallToAction::Deploy (v0.63.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::PublisherModel::CallToAction::Deploy.

Model metadata that is needed for UploadModel or DeployModel/CreateEndpoint requests.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#artifact_uri

def artifact_uri() -> ::String
Returns
  • (::String) — Optional. The path to the directory containing the Model artifact and any of its supporting files.

#artifact_uri=

def artifact_uri=(value) -> ::String
Parameter
  • value (::String) — Optional. The path to the directory containing the Model artifact and any of its supporting files.
Returns
  • (::String) — Optional. The path to the directory containing the Model artifact and any of its supporting files.

#automatic_resources

def automatic_resources() -> ::Google::Cloud::AIPlatform::V1::AutomaticResources
Returns
  • (::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.

    Note: The following fields are mutually exclusive: automatic_resources, dedicated_resources, shared_resources. If a field in that set is populated, all other fields in the set will automatically be cleared.

#automatic_resources=

def automatic_resources=(value) -> ::Google::Cloud::AIPlatform::V1::AutomaticResources
Parameter
  • value (::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.

    Note: The following fields are mutually exclusive: automatic_resources, dedicated_resources, shared_resources. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::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.

    Note: The following fields are mutually exclusive: automatic_resources, dedicated_resources, shared_resources. If a field in that set is populated, all other fields in the set will automatically be cleared.

#container_spec

def container_spec() -> ::Google::Cloud::AIPlatform::V1::ModelContainerSpec
Returns

#container_spec=

def container_spec=(value) -> ::Google::Cloud::AIPlatform::V1::ModelContainerSpec
Parameter
Returns

#dedicated_resources

def dedicated_resources() -> ::Google::Cloud::AIPlatform::V1::DedicatedResources
Returns
  • (::Google::Cloud::AIPlatform::V1::DedicatedResources) — A description of resources that are dedicated to the DeployedModel, and that need a higher degree of manual configuration.

    Note: The following fields are mutually exclusive: dedicated_resources, automatic_resources, shared_resources. If a field in that set is populated, all other fields in the set will automatically be cleared.

#dedicated_resources=

def dedicated_resources=(value) -> ::Google::Cloud::AIPlatform::V1::DedicatedResources
Parameter
  • value (::Google::Cloud::AIPlatform::V1::DedicatedResources) — A description of resources that are dedicated to the DeployedModel, and that need a higher degree of manual configuration.

    Note: The following fields are mutually exclusive: dedicated_resources, automatic_resources, shared_resources. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::AIPlatform::V1::DedicatedResources) — A description of resources that are dedicated to the DeployedModel, and that need a higher degree of manual configuration.

    Note: The following fields are mutually exclusive: dedicated_resources, automatic_resources, shared_resources. If a field in that set is populated, all other fields in the set will automatically be cleared.

#deploy_metadata

def deploy_metadata() -> ::Google::Cloud::AIPlatform::V1::PublisherModel::CallToAction::Deploy::DeployMetadata
Returns

#deploy_metadata=

def deploy_metadata=(value) -> ::Google::Cloud::AIPlatform::V1::PublisherModel::CallToAction::Deploy::DeployMetadata
Parameter
Returns

#deploy_task_name

def deploy_task_name() -> ::String
Returns
  • (::String) — Optional. The name of the deploy task (e.g., "text to image generation").

#deploy_task_name=

def deploy_task_name=(value) -> ::String
Parameter
  • value (::String) — Optional. The name of the deploy task (e.g., "text to image generation").
Returns
  • (::String) — Optional. The name of the deploy task (e.g., "text to image generation").

#large_model_reference

def large_model_reference() -> ::Google::Cloud::AIPlatform::V1::LargeModelReference
Returns

#large_model_reference=

def large_model_reference=(value) -> ::Google::Cloud::AIPlatform::V1::LargeModelReference
Parameter
Returns

#model_display_name

def model_display_name() -> ::String
Returns
  • (::String) — Optional. Default model display name.

#model_display_name=

def model_display_name=(value) -> ::String
Parameter
  • value (::String) — Optional. Default model display name.
Returns
  • (::String) — Optional. Default model display name.

#public_artifact_uri

def public_artifact_uri() -> ::String
Returns
  • (::String) — Optional. The signed URI for ephemeral Cloud Storage access to model artifact.

#public_artifact_uri=

def public_artifact_uri=(value) -> ::String
Parameter
  • value (::String) — Optional. The signed URI for ephemeral Cloud Storage access to model artifact.
Returns
  • (::String) — Optional. The signed URI for ephemeral Cloud Storage access to model artifact.

#shared_resources

def shared_resources() -> ::String
Returns
  • (::String) — The resource name of the shared DeploymentResourcePool to deploy on. Format: projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}

    Note: The following fields are mutually exclusive: shared_resources, dedicated_resources, automatic_resources. If a field in that set is populated, all other fields in the set will automatically be cleared.

#shared_resources=

def shared_resources=(value) -> ::String
Parameter
  • value (::String) — The resource name of the shared DeploymentResourcePool to deploy on. Format: projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}

    Note: The following fields are mutually exclusive: shared_resources, dedicated_resources, automatic_resources. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::String) — The resource name of the shared DeploymentResourcePool to deploy on. Format: projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}

    Note: The following fields are mutually exclusive: shared_resources, dedicated_resources, automatic_resources. If a field in that set is populated, all other fields in the set will automatically be cleared.

#title

def title() -> ::String
Returns
  • (::String) — Required. The title of the regional resource reference.

#title=

def title=(value) -> ::String
Parameter
  • value (::String) — Required. The title of the regional resource reference.
Returns
  • (::String) — Required. The title of the regional resource reference.