Class: Google::Cloud::AIPlatform::V1::ModelGardenSource

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#public_model_name::String

Returns Required. The model garden source model resource name.

Returns:

  • (::String)

    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.

Returns:

  • (::Boolean)

    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.

Returns:

  • (::String)

    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