Class: Google::Cloud::AIPlatform::V1::PublisherModel::CallToAction::Deploy::DeployMetadata

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

Overview

Metadata information about the deployment for managing deployment config.

Defined Under Namespace

Classes: LabelsEntry

Instance Attribute Summary collapse

Instance Attribute Details

#labels::Google::Protobuf::Map{::String => ::String}

Returns Optional. Labels for the deployment. For managing deployment config like verifying, source of deployment config, etc.

Returns:

  • (::Google::Protobuf::Map{::String => ::String})

    Optional. Labels for the deployment. For managing deployment config like verifying, source of deployment config, etc.



258
259
260
261
262
263
264
265
266
267
268
269
270
# File 'proto_docs/google/cloud/aiplatform/v1/publisher_model.rb', line 258

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#sample_request::String

Returns Optional. Sample request for deployed endpoint.

Returns:

  • (::String)

    Optional. Sample request for deployed endpoint.



258
259
260
261
262
263
264
265
266
267
268
269
270
# File 'proto_docs/google/cloud/aiplatform/v1/publisher_model.rb', line 258

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end