Interface CustomProcessorSourceInfo.ModelSchemaOrBuilder (0.2.0)

publicstaticinterface CustomProcessorSourceInfo.ModelSchemaOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getInstancesSchema()

publicabstractGcsSourcegetInstancesSchema()

Cloud Storage location to a YAML file that defines the format of a single instance used in prediction and explanation requests.

.google.cloud.visionai.v1.GcsSource instances_schema = 1;

Returns
Type Description
GcsSource

The instancesSchema.

getInstancesSchemaOrBuilder()

publicabstractGcsSourceOrBuildergetInstancesSchemaOrBuilder()

Cloud Storage location to a YAML file that defines the format of a single instance used in prediction and explanation requests.

.google.cloud.visionai.v1.GcsSource instances_schema = 1;

Returns
Type Description
GcsSourceOrBuilder

getParametersSchema()

publicabstractGcsSourcegetParametersSchema()

Cloud Storage location to a YAML file that defines the prediction and explanation parameters.

.google.cloud.visionai.v1.GcsSource parameters_schema = 2;

Returns
Type Description
GcsSource

The parametersSchema.

getParametersSchemaOrBuilder()

publicabstractGcsSourceOrBuildergetParametersSchemaOrBuilder()

Cloud Storage location to a YAML file that defines the prediction and explanation parameters.

.google.cloud.visionai.v1.GcsSource parameters_schema = 2;

Returns
Type Description
GcsSourceOrBuilder

getPredictionsSchema()

publicabstractGcsSourcegetPredictionsSchema()

Cloud Storage location to a YAML file that defines the format of a single prediction or explanation.

.google.cloud.visionai.v1.GcsSource predictions_schema = 3;

Returns
Type Description
GcsSource

The predictionsSchema.

getPredictionsSchemaOrBuilder()

publicabstractGcsSourceOrBuildergetPredictionsSchemaOrBuilder()

Cloud Storage location to a YAML file that defines the format of a single prediction or explanation.

.google.cloud.visionai.v1.GcsSource predictions_schema = 3;

Returns
Type Description
GcsSourceOrBuilder

hasInstancesSchema()

publicabstractbooleanhasInstancesSchema()

Cloud Storage location to a YAML file that defines the format of a single instance used in prediction and explanation requests.

.google.cloud.visionai.v1.GcsSource instances_schema = 1;

Returns
Type Description
boolean

Whether the instancesSchema field is set.

hasParametersSchema()

publicabstractbooleanhasParametersSchema()

Cloud Storage location to a YAML file that defines the prediction and explanation parameters.

.google.cloud.visionai.v1.GcsSource parameters_schema = 2;

Returns
Type Description
boolean

Whether the parametersSchema field is set.

hasPredictionsSchema()

publicabstractbooleanhasPredictionsSchema()

Cloud Storage location to a YAML file that defines the format of a single prediction or explanation.

.google.cloud.visionai.v1.GcsSource predictions_schema = 3;

Returns
Type Description
boolean

Whether the predictionsSchema field is set.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.