public interface ExplanationSpecOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMetadata()
public abstract ExplanationMetadata getMetadata()Required. Metadata describing the Model's input and output for explanation.
.google.cloud.aiplatform.v1.ExplanationMetadata metadata = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ExplanationMetadata | The metadata. |
getMetadataOrBuilder()
public abstract ExplanationMetadataOrBuilder getMetadataOrBuilder()Required. Metadata describing the Model's input and output for explanation.
.google.cloud.aiplatform.v1.ExplanationMetadata metadata = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ExplanationMetadataOrBuilder |
getParameters()
public abstract ExplanationParameters getParameters()Required. Parameters that configure explaining of the Model's predictions.
.google.cloud.aiplatform.v1.ExplanationParameters parameters = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ExplanationParameters | The parameters. |
getParametersOrBuilder()
public abstract ExplanationParametersOrBuilder getParametersOrBuilder()Required. Parameters that configure explaining of the Model's predictions.
.google.cloud.aiplatform.v1.ExplanationParameters parameters = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ExplanationParametersOrBuilder |
hasMetadata()
public abstract boolean hasMetadata()Required. Metadata describing the Model's input and output for explanation.
.google.cloud.aiplatform.v1.ExplanationMetadata metadata = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| 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.v1.ExplanationParameters parameters = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the parameters field is set. |