Class: Google::Cloud::AIPlatform::V1::GetPublisherModelRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/model_garden_service.rb

Overview

Instance Attribute Summary collapse

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).

Returns:

  • (::String)

    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}.

Returns:

  • (::String)

    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.

Returns:



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