Class: Google::Cloud::AIPlatform::V1::PublisherModel::ResourceReference
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::PublisherModel::ResourceReference
- 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
-
#description ⇒ ::String
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
-
#resource_name ⇒ ::String
The resource name of the Google Cloud resource.
-
#uri ⇒ ::String
The URI of the resource.
-
#use_case ⇒ ::String
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
Instance Attribute Details
#description ⇒ ::String
This field is deprecated and may be removed in the next major version update.
Returns Description of the resource.
Note: The following fields are mutually exclusive: description, uri, resource_name, use_case. If a field in that set is populated, all other fields in the set will automatically be cleared.
86 87 88 89 |
# File 'proto_docs/google/cloud/aiplatform/v1/publisher_model.rb', line 86 class ResourceReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resource_name ⇒ ::String
Returns The resource name of the Google Cloud resource.
Note: The following fields are mutually exclusive: resource_name, uri, use_case, description. If a field in that set is populated, all other fields in the set will automatically be cleared.
86 87 88 89 |
# File 'proto_docs/google/cloud/aiplatform/v1/publisher_model.rb', line 86 class ResourceReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uri ⇒ ::String
Returns The URI of the resource.
Note: The following fields are mutually exclusive: uri, resource_name, use_case, description. If a field in that set is populated, all other fields in the set will automatically be cleared.
86 87 88 89 |
# File 'proto_docs/google/cloud/aiplatform/v1/publisher_model.rb', line 86 class ResourceReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#use_case ⇒ ::String
This field is deprecated and may be removed in the next major version update.
Returns Use case (CUJ) of the resource.
Note: The following fields are mutually exclusive: use_case, uri, resource_name, description. If a field in that set is populated, all other fields in the set will automatically be cleared.
86 87 88 89 |
# File 'proto_docs/google/cloud/aiplatform/v1/publisher_model.rb', line 86 class ResourceReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |