Interface CustomProcessorSourceInfo.ModelSchemaOrBuilder (0.14.1)

public static interface CustomProcessorSourceInfo.ModelSchemaOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInstancesSchema()

public abstract GcsSource getInstancesSchema()

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

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

Returns
TypeDescription
GcsSource

The instancesSchema.

getInstancesSchemaOrBuilder()

public abstract GcsSourceOrBuilder getInstancesSchemaOrBuilder()

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

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

Returns
TypeDescription
GcsSourceOrBuilder

getParametersSchema()

public abstract GcsSource getParametersSchema()

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

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

Returns
TypeDescription
GcsSource

The parametersSchema.

getParametersSchemaOrBuilder()

public abstract GcsSourceOrBuilder getParametersSchemaOrBuilder()

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

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

Returns
TypeDescription
GcsSourceOrBuilder

getPredictionsSchema()

public abstract GcsSource getPredictionsSchema()

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

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

Returns
TypeDescription
GcsSource

The predictionsSchema.

getPredictionsSchemaOrBuilder()

public abstract GcsSourceOrBuilder getPredictionsSchemaOrBuilder()

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

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

Returns
TypeDescription
GcsSourceOrBuilder

hasInstancesSchema()

public abstract boolean hasInstancesSchema()

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

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

Returns
TypeDescription
boolean

Whether the instancesSchema field is set.

hasParametersSchema()

public abstract boolean hasParametersSchema()

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

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

Returns
TypeDescription
boolean

Whether the parametersSchema field is set.

hasPredictionsSchema()

public abstract boolean hasPredictionsSchema()

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

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

Returns
TypeDescription
boolean

Whether the predictionsSchema field is set.