Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::ReasoningEngineSpec::ContainerSpec (v1.39.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::ReasoningEngineSpec::ContainerSpec.

Specification for deploying from a container image.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#image_uri

def image_uri() -> ::String
Returns
  • (::String) — Required. The Artifact Registry Docker image URI (e.g., us-central1-docker.pkg.dev/my-project/my-repo/my-image:tag) of the container image that is to be run on each worker replica.

#image_uri=

def image_uri=(value) -> ::String
Parameter
  • value (::String) — Required. The Artifact Registry Docker image URI (e.g., us-central1-docker.pkg.dev/my-project/my-repo/my-image:tag) of the container image that is to be run on each worker replica.
Returns
  • (::String) — Required. The Artifact Registry Docker image URI (e.g., us-central1-docker.pkg.dev/my-project/my-repo/my-image:tag) of the container image that is to be run on each worker replica.