public static final class CustomProcessorSourceInfo.ModelSchema.Builder extends GeneratedMessageV3.Builder<CustomProcessorSourceInfo.ModelSchema.Builder> implements CustomProcessorSourceInfo.ModelSchemaOrBuilder
The schema is defined as an OpenAPI 3.0.2 Schema
Object.
Protobuf type google.cloud.visionai.v1.CustomProcessorSourceInfo.ModelSchema
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CustomProcessorSourceInfo.ModelSchema.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public CustomProcessorSourceInfo.ModelSchema build()
buildPartial()
public CustomProcessorSourceInfo.ModelSchema buildPartial()
clear()
public CustomProcessorSourceInfo.ModelSchema.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public CustomProcessorSourceInfo.ModelSchema.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearInstancesSchema()
public CustomProcessorSourceInfo.ModelSchema.Builder clearInstancesSchema()
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;
clearOneof(Descriptors.OneofDescriptor oneof)
public CustomProcessorSourceInfo.ModelSchema.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public CustomProcessorSourceInfo.ModelSchema.Builder clearParametersSchema()
Cloud Storage location to a YAML file that defines the prediction and
explanation parameters.
.google.cloud.visionai.v1.GcsSource parameters_schema = 2;
clearPredictionsSchema()
public CustomProcessorSourceInfo.ModelSchema.Builder clearPredictionsSchema()
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;
clone()
public CustomProcessorSourceInfo.ModelSchema.Builder clone()
Overrides
getDefaultInstanceForType()
public CustomProcessorSourceInfo.ModelSchema getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getInstancesSchema()
public GcsSource getInstancesSchema()
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.
|
getInstancesSchemaBuilder()
public GcsSource.Builder getInstancesSchemaBuilder()
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;
getInstancesSchemaOrBuilder()
public GcsSourceOrBuilder getInstancesSchemaOrBuilder()
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;
public GcsSource getParametersSchema()
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.
|
public GcsSource.Builder getParametersSchemaBuilder()
Cloud Storage location to a YAML file that defines the prediction and
explanation parameters.
.google.cloud.visionai.v1.GcsSource parameters_schema = 2;
public GcsSourceOrBuilder getParametersSchemaOrBuilder()
Cloud Storage location to a YAML file that defines the prediction and
explanation parameters.
.google.cloud.visionai.v1.GcsSource parameters_schema = 2;
getPredictionsSchema()
public GcsSource getPredictionsSchema()
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.
|
getPredictionsSchemaBuilder()
public GcsSource.Builder getPredictionsSchemaBuilder()
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;
getPredictionsSchemaOrBuilder()
public GcsSourceOrBuilder getPredictionsSchemaOrBuilder()
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;
hasInstancesSchema()
public boolean hasInstancesSchema()
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.
|
public boolean hasParametersSchema()
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()
public boolean hasPredictionsSchema()
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.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(CustomProcessorSourceInfo.ModelSchema other)
public CustomProcessorSourceInfo.ModelSchema.Builder mergeFrom(CustomProcessorSourceInfo.ModelSchema other)
public CustomProcessorSourceInfo.ModelSchema.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public CustomProcessorSourceInfo.ModelSchema.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeInstancesSchema(GcsSource value)
public CustomProcessorSourceInfo.ModelSchema.Builder mergeInstancesSchema(GcsSource value)
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;
public CustomProcessorSourceInfo.ModelSchema.Builder mergeParametersSchema(GcsSource value)
Cloud Storage location to a YAML file that defines the prediction and
explanation parameters.
.google.cloud.visionai.v1.GcsSource parameters_schema = 2;
mergePredictionsSchema(GcsSource value)
public CustomProcessorSourceInfo.ModelSchema.Builder mergePredictionsSchema(GcsSource value)
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;
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CustomProcessorSourceInfo.ModelSchema.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public CustomProcessorSourceInfo.ModelSchema.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setInstancesSchema(GcsSource value)
public CustomProcessorSourceInfo.ModelSchema.Builder setInstancesSchema(GcsSource value)
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;
setInstancesSchema(GcsSource.Builder builderForValue)
public CustomProcessorSourceInfo.ModelSchema.Builder setInstancesSchema(GcsSource.Builder builderForValue)
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;
public CustomProcessorSourceInfo.ModelSchema.Builder setParametersSchema(GcsSource value)
Cloud Storage location to a YAML file that defines the prediction and
explanation parameters.
.google.cloud.visionai.v1.GcsSource parameters_schema = 2;
public CustomProcessorSourceInfo.ModelSchema.Builder setParametersSchema(GcsSource.Builder builderForValue)
Cloud Storage location to a YAML file that defines the prediction and
explanation parameters.
.google.cloud.visionai.v1.GcsSource parameters_schema = 2;
setPredictionsSchema(GcsSource value)
public CustomProcessorSourceInfo.ModelSchema.Builder setPredictionsSchema(GcsSource value)
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;
setPredictionsSchema(GcsSource.Builder builderForValue)
public CustomProcessorSourceInfo.ModelSchema.Builder setPredictionsSchema(GcsSource.Builder builderForValue)
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;
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CustomProcessorSourceInfo.ModelSchema.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final CustomProcessorSourceInfo.ModelSchema.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides