Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::ModelGardenSource (v1.4.0)

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

Contains information about the source of the models generated from Model Garden.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#public_model_name

def public_model_name() -> ::String
Returns
  • (::String) — Required. The model garden source model resource name.

#public_model_name=

def public_model_name=(value) -> ::String
Parameter
  • value (::String) — Required. The model garden source model resource name.
Returns
  • (::String) — Required. The model garden source model resource name.

#skip_hf_model_cache

def skip_hf_model_cache() -> ::Boolean
Returns
  • (::Boolean) — Optional. Whether to avoid pulling the model from the HF cache.

#skip_hf_model_cache=

def skip_hf_model_cache=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Optional. Whether to avoid pulling the model from the HF cache.
Returns
  • (::Boolean) — Optional. Whether to avoid pulling the model from the HF cache.

#version_id

def version_id() -> ::String
Returns
  • (::String) — Optional. The model garden source model version ID.

#version_id=

def version_id=(value) -> ::String
Parameter
  • value (::String) — Optional. The model garden source model version ID.
Returns
  • (::String) — Optional. The model garden source model version ID.