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
-
#language_code ⇒ ::String
Optional.
-
#name ⇒ ::String
Required.
-
#view ⇒ ::Google::Cloud::AIPlatform::V1::PublisherModelView
Optional.
Instance Attribute Details
#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 (see go/bcp47).
38 39 40 41 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_garden_service.rb', line 38 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}.
38 39 40 41 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_garden_service.rb', line 38 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.
38 39 40 41 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_garden_service.rb', line 38 class GetPublisherModelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |