Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::PublisherModel::ResourceReference (v0.63.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::PublisherModel::ResourceReference.

Reference to a resource.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#description

def description() -> ::String
Returns
  • (::String) — 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.

#description=

def description=(value) -> ::String
Parameter
  • value (::String) — 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.

Returns
  • (::String) — 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.

#resource_name

def resource_name() -> ::String
Returns
  • (::String) — 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.

#resource_name=

def resource_name=(value) -> ::String
Parameter
  • value (::String) — 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.

Returns
  • (::String) — 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.

#uri

def uri() -> ::String
Returns
  • (::String) — 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.

#uri=

def uri=(value) -> ::String
Parameter
  • value (::String) — 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.

Returns
  • (::String) — 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.

#use_case

def use_case() -> ::String
Returns
  • (::String) — 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.

#use_case=

def use_case=(value) -> ::String
Parameter
  • value (::String) — 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.

Returns
  • (::String) — 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.