Uses of Class
com.google.cloud.aiplatform.v1.UnmanagedContainerModel.Builder
Packages that use UnmanagedContainerModel.Builder
-
Uses of UnmanagedContainerModel.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return UnmanagedContainerModel.BuilderModifier and TypeMethodDescriptionUnmanagedContainerModel.Builder.clear()UnmanagedContainerModel.Builder.clearArtifactUri()The path to the directory containing the Model artifact and any of its supporting files.UnmanagedContainerModel.Builder.clearContainerSpec()Input only.UnmanagedContainerModel.Builder.clearPredictSchemata()Contains the schemata used in Model's predictions and explanationsBatchPredictionJob.Builder.getUnmanagedContainerModelBuilder()Contains model information necessary to perform batch prediction without requiring uploading to model registry.UnmanagedContainerModel.Builder.mergeContainerSpec(ModelContainerSpec value) Input only.UnmanagedContainerModel.Builder.mergeFrom(UnmanagedContainerModel other) UnmanagedContainerModel.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UnmanagedContainerModel.Builder.mergeFrom(com.google.protobuf.Message other) UnmanagedContainerModel.Builder.mergePredictSchemata(PredictSchemata value) Contains the schemata used in Model's predictions and explanationsUnmanagedContainerModel.newBuilder()UnmanagedContainerModel.newBuilder(UnmanagedContainerModel prototype) UnmanagedContainerModel.newBuilderForType()protected UnmanagedContainerModel.BuilderUnmanagedContainerModel.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) UnmanagedContainerModel.Builder.setArtifactUri(String value) The path to the directory containing the Model artifact and any of its supporting files.UnmanagedContainerModel.Builder.setArtifactUriBytes(com.google.protobuf.ByteString value) The path to the directory containing the Model artifact and any of its supporting files.UnmanagedContainerModel.Builder.setContainerSpec(ModelContainerSpec value) Input only.UnmanagedContainerModel.Builder.setContainerSpec(ModelContainerSpec.Builder builderForValue) Input only.UnmanagedContainerModel.Builder.setPredictSchemata(PredictSchemata value) Contains the schemata used in Model's predictions and explanationsUnmanagedContainerModel.Builder.setPredictSchemata(PredictSchemata.Builder builderForValue) Contains the schemata used in Model's predictions and explanationsUnmanagedContainerModel.toBuilder()Methods in com.google.cloud.aiplatform.v1 with parameters of type UnmanagedContainerModel.BuilderModifier and TypeMethodDescriptionBatchPredictionJob.Builder.setUnmanagedContainerModel(UnmanagedContainerModel.Builder builderForValue) Contains model information necessary to perform batch prediction without requiring uploading to model registry.