Class: Google::Cloud::AIPlatform::V1::ModelGardenSource
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ModelGardenSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/model.rb
Overview
Contains information about the source of the models generated from Model Garden.
Instance Attribute Summary collapse
-
#public_model_name ⇒ ::String
Required.
-
#skip_hf_model_cache ⇒ ::Boolean
Optional.
-
#version_id ⇒ ::String
Optional.
Instance Attribute Details
#public_model_name ⇒ ::String
Returns Required. The model garden source model resource name.
484 485 486 487 |
# File 'proto_docs/google/cloud/aiplatform/v1/model.rb', line 484 class ModelGardenSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#skip_hf_model_cache ⇒ ::Boolean
Returns Optional. Whether to avoid pulling the model from the HF cache.
484 485 486 487 |
# File 'proto_docs/google/cloud/aiplatform/v1/model.rb', line 484 class ModelGardenSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#version_id ⇒ ::String
Returns Optional. The model garden source model version ID.
484 485 486 487 |
# File 'proto_docs/google/cloud/aiplatform/v1/model.rb', line 484 class ModelGardenSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |