Class: Google::Cloud::AIPlatform::V1::UpdateExplanationDatasetRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::UpdateExplanationDatasetRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/model_service.rb
Overview
Request message for ModelService.UpdateExplanationDataset.
Instance Attribute Summary collapse
-
#examples ⇒ ::Google::Cloud::AIPlatform::V1::Examples
The example config containing the location of the dataset.
-
#model ⇒ ::String
Required.
Instance Attribute Details
#examples ⇒ ::Google::Cloud::AIPlatform::V1::Examples
Returns The example config containing the location of the dataset.
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}
.
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 |