public interface UpdateExplanationDatasetRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Examples |
getExamples()
The example config containing the location of the dataset.
|
ExamplesOrBuilder |
getExamplesOrBuilder()
The example config containing the location of the dataset.
|
String |
getModel()
Required.
|
com.google.protobuf.ByteString |
getModelBytes()
Required.
|
boolean |
hasExamples()
The example config containing the location of the dataset.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getModel()
Required. The resource name of the Model to update.
Format: `projects/{project}/locations/{location}/models/{model}`
string model = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getModelBytes()
Required. The resource name of the Model to update.
Format: `projects/{project}/locations/{location}/models/{model}`
string model = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasExamples()
The example config containing the location of the dataset.
.google.cloud.aiplatform.v1beta1.Examples examples = 2;Examples getExamples()
The example config containing the location of the dataset.
.google.cloud.aiplatform.v1beta1.Examples examples = 2;ExamplesOrBuilder getExamplesOrBuilder()
The example config containing the location of the dataset.
.google.cloud.aiplatform.v1beta1.Examples examples = 2;Copyright © 2024 Google LLC. All rights reserved.