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
@Generated
public interface UpdateExplanationDatasetRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe example config containing the location of the dataset.The example config containing the location of the dataset.getModel()Required.com.google.protobuf.ByteStringRequired.booleanThe example config containing the location of the dataset.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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;
-