Interface CustomProcessorSourceInfo.ModelSchemaOrBuilder (0.2.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicstaticinterface CustomProcessorSourceInfo.ModelSchemaOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
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. |