Class: Google::Cloud::AIPlatform::V1::UnmanagedContainerModel
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::UnmanagedContainerModel
- 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
-
#artifact_uri ⇒ ::String
The path to the directory containing the Model artifact and any of its supporting files.
-
#container_spec ⇒ ::Google::Cloud::AIPlatform::V1::ModelContainerSpec
Input only.
-
#predict_schemata ⇒ ::Google::Cloud::AIPlatform::V1::PredictSchemata
Contains the schemata used in Model's predictions and explanations.
Instance Attribute Details
#artifact_uri ⇒ ::String
Returns 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.
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.
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 |