Class: Google::Cloud::AIPlatform::V1::UndeployModelRequest

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

Overview

Request message for EndpointService.UndeployModel.

Defined Under Namespace

Classes: TrafficSplitEntry

Instance Attribute Summary collapse

Instance Attribute Details

#deployed_model_id::String



279
280
281
282
283
284
285
286
287
288
289
290
291
# File 'proto_docs/google/cloud/aiplatform/v1/endpoint_service.rb', line 279

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

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

#endpoint::String



279
280
281
282
283
284
285
286
287
288
289
290
291
# File 'proto_docs/google/cloud/aiplatform/v1/endpoint_service.rb', line 279

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

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

#traffic_split::Google::Protobuf::Map{::String => ::Integer}



279
280
281
282
283
284
285
286
287
288
289
290
291
# File 'proto_docs/google/cloud/aiplatform/v1/endpoint_service.rb', line 279

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

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