Package com.google.cloud.aiplatform.v1
Interface UpdateExplanationDatasetRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdateExplanationDatasetRequest
,UpdateExplanationDatasetRequest.Builder
public interface UpdateExplanationDatasetRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getModel
String 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) = { ... }
- Returns:
- The model.
-
getModelBytes
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) = { ... }
- Returns:
- The bytes for model.
-
hasExamples
boolean hasExamples()
The example config containing the location of the dataset.
.google.cloud.aiplatform.v1.Examples examples = 2;
- Returns:
- Whether the examples field is set.
-
getExamples
Examples getExamples()
The example config containing the location of the dataset.
.google.cloud.aiplatform.v1.Examples examples = 2;
- Returns:
- The examples.
-
getExamplesOrBuilder
ExamplesOrBuilder getExamplesOrBuilder()
The example config containing the location of the dataset.
.google.cloud.aiplatform.v1.Examples examples = 2;
-
-