Class: Google::Cloud::AIPlatform::V1::UnmanagedContainerModel

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/unmanaged_container_model.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#artifact_uri::String

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



37
38
39
40
# File 'proto_docs/google/cloud/aiplatform/v1/unmanaged_container_model.rb', line 37

class UnmanagedContainerModel
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#container_spec::Google::Cloud::AIPlatform::V1::ModelContainerSpec

Returns Input only. The specification of the container that is to be used when deploying this Model.

Returns:



37
38
39
40
# File 'proto_docs/google/cloud/aiplatform/v1/unmanaged_container_model.rb', line 37

class UnmanagedContainerModel
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#predict_schemata::Google::Cloud::AIPlatform::V1::PredictSchemata

Returns Contains the schemata used in Model's predictions and explanations.

Returns:



37
38
39
40
# File 'proto_docs/google/cloud/aiplatform/v1/unmanaged_container_model.rb', line 37

class UnmanagedContainerModel
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end