Class: Google::Cloud::AIPlatform::V1::GetPublisherModelRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::GetPublisherModelRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/model_garden_service.rb
Overview
Request message for ModelGardenService.GetPublisherModel
Instance Attribute Summary collapse
-
#hugging_face_token ⇒ ::String
Optional.
-
#is_hugging_face_model ⇒ ::Boolean
Optional.
-
#language_code ⇒ ::String
Optional.
-
#name ⇒ ::String
Required.
-
#view ⇒ ::Google::Cloud::AIPlatform::V1::PublisherModelView
Optional.
Instance Attribute Details
#hugging_face_token ⇒ ::String
Returns Optional. Token used to access Hugging Face gated models.
45 46 47 48 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_garden_service.rb', line 45 class GetPublisherModelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#is_hugging_face_model ⇒ ::Boolean
Returns Optional. Boolean indicates whether the requested model is a Hugging Face model.
45 46 47 48 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_garden_service.rb', line 45 class GetPublisherModelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#language_code ⇒ ::String
Returns Optional. The IETF BCP-47 language code representing the language in which the publisher model's text information should be written in.
45 46 47 48 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_garden_service.rb', line 45 class GetPublisherModelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The name of the PublisherModel resource.
Format:
publishers/{publisher}/models/{publisher_model}
.
45 46 47 48 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_garden_service.rb', line 45 class GetPublisherModelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#view ⇒ ::Google::Cloud::AIPlatform::V1::PublisherModelView
Returns Optional. PublisherModel view specifying which fields to read.
45 46 47 48 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_garden_service.rb', line 45 class GetPublisherModelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |