Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::UnmanagedContainerModel (v0.7.0)

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

Contains model information necessary to perform batch prediction without requiring a full model import.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#artifact_uri

def artifact_uri() -> ::String
Returns
  • (::String) — 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) — The path to the directory containing the Model artifact and any of its supporting files.
Returns
  • (::String) — The path to the directory containing the Model artifact and any of its supporting files.

#container_spec

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

#container_spec=

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

#predict_schemata

def predict_schemata() -> ::Google::Cloud::AIPlatform::V1::PredictSchemata
Returns

#predict_schemata=

def predict_schemata=(value) -> ::Google::Cloud::AIPlatform::V1::PredictSchemata
Parameter
Returns