Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::PublisherModel::CallToAction::Deploy (v0.39.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

#automatic_resources=

def automatic_resources=(value) -> ::Google::Cloud::AIPlatform::V1::AutomaticResources
Parameter
Returns

#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

#dedicated_resources=

def dedicated_resources=(value) -> ::Google::Cloud::AIPlatform::V1::DedicatedResources
Parameter
Returns

#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}

#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}
Returns
  • (::String) — The resource name of the shared DeploymentResourcePool to deploy on. Format: projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}

#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.