Class: Google::Cloud::AIPlatform::V1::PublisherModel::ResourceReference

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

Overview

Reference to a resource.

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Deprecated.

This field is deprecated and may be removed in the next major version update.

Returns Description of the resource.

Returns:

  • (::String)

    Description of the resource.



78
79
80
81
# File 'proto_docs/google/cloud/aiplatform/v1/publisher_model.rb', line 78

class ResourceReference
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#resource_name::String

Returns The resource name of the Google Cloud resource.

Returns:

  • (::String)

    The resource name of the Google Cloud resource.



78
79
80
81
# File 'proto_docs/google/cloud/aiplatform/v1/publisher_model.rb', line 78

class ResourceReference
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#uri::String

Returns The URI of the resource.

Returns:

  • (::String)

    The URI of the resource.



78
79
80
81
# File 'proto_docs/google/cloud/aiplatform/v1/publisher_model.rb', line 78

class ResourceReference
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#use_case::String

Deprecated.

This field is deprecated and may be removed in the next major version update.

Returns Use case (CUJ) of the resource.

Returns:

  • (::String)

    Use case (CUJ) of the resource.



78
79
80
81
# File 'proto_docs/google/cloud/aiplatform/v1/publisher_model.rb', line 78

class ResourceReference
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end