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