Class: Google::Cloud::AIPlatform::V1::UpdateExplanationDatasetRequest

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#examples::Google::Cloud::AIPlatform::V1::Examples

Returns The example config containing the location of the dataset.

Returns:



284
285
286
287
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 284

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

#model::String

Returns Required. The resource name of the Model to update. Format: projects/{project}/locations/{location}/models/{model}.

Returns:

  • (::String)

    Required. The resource name of the Model to update. Format: projects/{project}/locations/{location}/models/{model}



284
285
286
287
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 284

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