Class: Google::Cloud::AIPlatform::V1::DeployOperationMetadata

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

Overview

Runtime operation information for ModelGardenService.Deploy.

Instance Attribute Summary collapse

Instance Attribute Details

#destination::String (readonly)

Returns Output only. The resource name of the Location to deploy the model in. Format: projects/{project}/locations/{location}.

Returns:

  • (::String)

    Output only. The resource name of the Location to deploy the model in. Format: projects/{project}/locations/{location}



239
240
241
242
# File 'proto_docs/google/cloud/aiplatform/v1/model_garden_service.rb', line 239

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

#generic_metadata::Google::Cloud::AIPlatform::V1::GenericOperationMetadata

Returns The operation generic information.

Returns:



239
240
241
242
# File 'proto_docs/google/cloud/aiplatform/v1/model_garden_service.rb', line 239

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

#model_id::String (readonly)

Returns Output only. The model id to be used at query time.

Returns:

  • (::String)

    Output only. The model id to be used at query time.



239
240
241
242
# File 'proto_docs/google/cloud/aiplatform/v1/model_garden_service.rb', line 239

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

#project_number::Integer (readonly)

Returns Output only. The project number where the deploy model request is sent.

Returns:

  • (::Integer)

    Output only. The project number where the deploy model request is sent.



239
240
241
242
# File 'proto_docs/google/cloud/aiplatform/v1/model_garden_service.rb', line 239

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

#publisher_model::String (readonly)

Returns Output only. The name of the model resource.

Returns:

  • (::String)

    Output only. The name of the model resource.



239
240
241
242
# File 'proto_docs/google/cloud/aiplatform/v1/model_garden_service.rb', line 239

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