Class: Google::Cloud::AIPlatform::V1::Model::OriginalModelInfo

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

Overview

Contains information about the original Model if this Model is a copy.

Instance Attribute Summary collapse

Instance Attribute Details

#model::String (readonly)

Returns Output only. The resource name of the Model this Model is a copy of, including the revision. Format: projects/{project}/locations/{location}/models/{model_id}@{version_id}.

Returns:

  • (::String)

    Output only. The resource name of the Model this Model is a copy of, including the revision. Format: projects/{project}/locations/{location}/models/{model_id}@{version_id}



402
403
404
405
# File 'proto_docs/google/cloud/aiplatform/v1/model.rb', line 402

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