Interface ExplanationSpecOrBuilder (3.42.0)

public interface ExplanationSpecOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMetadata()

public abstract ExplanationMetadata getMetadata()

Optional. Metadata describing the Model's input and output for explanation.

.google.cloud.aiplatform.v1beta1.ExplanationMetadata metadata = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ExplanationMetadata

The metadata.

getMetadataOrBuilder()

public abstract ExplanationMetadataOrBuilder getMetadataOrBuilder()

Optional. Metadata describing the Model's input and output for explanation.

.google.cloud.aiplatform.v1beta1.ExplanationMetadata metadata = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ExplanationMetadataOrBuilder

getParameters()

public abstract ExplanationParameters getParameters()

Required. Parameters that configure explaining of the Model's predictions.

.google.cloud.aiplatform.v1beta1.ExplanationParameters parameters = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ExplanationParameters

The parameters.

getParametersOrBuilder()

public abstract ExplanationParametersOrBuilder getParametersOrBuilder()

Required. Parameters that configure explaining of the Model's predictions.

.google.cloud.aiplatform.v1beta1.ExplanationParameters parameters = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ExplanationParametersOrBuilder

hasMetadata()

public abstract boolean hasMetadata()

Optional. Metadata describing the Model's input and output for explanation.

.google.cloud.aiplatform.v1beta1.ExplanationMetadata metadata = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

Whether the metadata field is set.

hasParameters()

public abstract boolean hasParameters()

Required. Parameters that configure explaining of the Model's predictions.

.google.cloud.aiplatform.v1beta1.ExplanationParameters parameters = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the parameters field is set.