Class UpdateExplanationDatasetRequest (1.22.1)

UpdateExplanationDatasetRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request message for ModelService.UpdateExplanationDataset.

Attributes

NameDescription
model str
Required. The resource name of the Model to update. Format: projects/{project}/locations/{location}/models/{model}
examples google.cloud.aiplatform_v1beta1.types.Examples
The example config containing the location of the dataset.

Inheritance

builtins.object > proto.message.Message > UpdateExplanationDatasetRequest