Uses of Class
com.google.cloud.aiplatform.v1.PredictSchemata.Builder
Packages that use PredictSchemata.Builder
-
Uses of PredictSchemata.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return PredictSchemata.BuilderModifier and TypeMethodDescriptionPredictSchemata.Builder.clear()PredictSchemata.Builder.clearInstanceSchemaUri()Immutable.PredictSchemata.Builder.clearParametersSchemaUri()Immutable.PredictSchemata.Builder.clearPredictionSchemaUri()Immutable.Model.Builder.getPredictSchemataBuilder()The schemata that describe formats of the Model's predictions and explanations as given and returned via [PredictionService.Predict][google.cloud.aiplatform.v1.PredictionService.Predict] and [PredictionService.Explain][google.cloud.aiplatform.v1.PredictionService.Explain].PublisherModel.Builder.getPredictSchemataBuilder()Optional.UnmanagedContainerModel.Builder.getPredictSchemataBuilder()Contains the schemata used in Model's predictions and explanationsPredictSchemata.Builder.mergeFrom(PredictSchemata other) PredictSchemata.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PredictSchemata.Builder.mergeFrom(com.google.protobuf.Message other) static PredictSchemata.BuilderPredictSchemata.newBuilder()static PredictSchemata.BuilderPredictSchemata.newBuilder(PredictSchemata prototype) PredictSchemata.newBuilderForType()protected PredictSchemata.BuilderPredictSchemata.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) PredictSchemata.Builder.setInstanceSchemaUri(String value) Immutable.PredictSchemata.Builder.setInstanceSchemaUriBytes(com.google.protobuf.ByteString value) Immutable.PredictSchemata.Builder.setParametersSchemaUri(String value) Immutable.PredictSchemata.Builder.setParametersSchemaUriBytes(com.google.protobuf.ByteString value) Immutable.PredictSchemata.Builder.setPredictionSchemaUri(String value) Immutable.PredictSchemata.Builder.setPredictionSchemaUriBytes(com.google.protobuf.ByteString value) Immutable.PredictSchemata.toBuilder()Methods in com.google.cloud.aiplatform.v1 with parameters of type PredictSchemata.BuilderModifier and TypeMethodDescriptionModel.Builder.setPredictSchemata(PredictSchemata.Builder builderForValue) The schemata that describe formats of the Model's predictions and explanations as given and returned via [PredictionService.Predict][google.cloud.aiplatform.v1.PredictionService.Predict] and [PredictionService.Explain][google.cloud.aiplatform.v1.PredictionService.Explain].PublisherModel.Builder.setPredictSchemata(PredictSchemata.Builder builderForValue) Optional.UnmanagedContainerModel.Builder.setPredictSchemata(PredictSchemata.Builder builderForValue) Contains the schemata used in Model's predictions and explanations