Class: Google::Cloud::AIPlatform::V1::TunedModel

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

Overview

The Model Registry Model and Online Prediction Endpoint assiociated with this TuningJob.

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint::String (readonly)

Returns Output only. A resource name of an Endpoint. Format: projects/{project}/locations/{location}/endpoints/{endpoint}.

Returns:

  • (::String)

    Output only. A resource name of an Endpoint. Format: projects/{project}/locations/{location}/endpoints/{endpoint}.



132
133
134
135
# File 'proto_docs/google/cloud/aiplatform/v1/tuning_job.rb', line 132

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

#model::String (readonly)

Returns Output only. The resource name of the TunedModel. Format: projects/{project}/locations/{location}/models/{model}.

Returns:

  • (::String)

    Output only. The resource name of the TunedModel. Format: projects/{project}/locations/{location}/models/{model}.



132
133
134
135
# File 'proto_docs/google/cloud/aiplatform/v1/tuning_job.rb', line 132

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