Interface UpdateExplanationDatasetRequestOrBuilder (3.42.0)

public interface UpdateExplanationDatasetRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExamples()

public abstract Examples getExamples()

The example config containing the location of the dataset.

.google.cloud.aiplatform.v1.Examples examples = 2;

Returns
TypeDescription
Examples

The examples.

getExamplesOrBuilder()

public abstract ExamplesOrBuilder getExamplesOrBuilder()

The example config containing the location of the dataset.

.google.cloud.aiplatform.v1.Examples examples = 2;

Returns
TypeDescription
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) = { ... }

Returns
TypeDescription
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) = { ... }

Returns
TypeDescription
ByteString

The bytes for model.

hasExamples()

public abstract boolean hasExamples()

The example config containing the location of the dataset.

.google.cloud.aiplatform.v1.Examples examples = 2;

Returns
TypeDescription
boolean

Whether the examples field is set.