public interface UpdateExplanationDatasetRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getExamples()
public abstract Examples getExamples()The example config containing the location of the dataset.
.google.cloud.aiplatform.v1beta1.Examples examples = 2;
| Type | Description |
Examples |
The examples. |
getExamplesOrBuilder()
public abstract ExamplesOrBuilder getExamplesOrBuilder()The example config containing the location of the dataset.
.google.cloud.aiplatform.v1beta1.Examples examples = 2;
| Type | Description |
ExamplesOrBuilder |
getModel()
public abstract 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) = { ... }
| Type | Description |
String |
The model. |
getModelBytes()
public abstract 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) = { ... }
| Type | Description |
ByteString |
The bytes for model. |
hasExamples()
public abstract boolean hasExamples()The example config containing the location of the dataset.
.google.cloud.aiplatform.v1beta1.Examples examples = 2;
| Type | Description |
boolean |
Whether the examples field is set. |