Uses of Class
com.google.cloud.aiplatform.v1.ExportModelRequest.OutputConfig.Builder
Packages that use ExportModelRequest.OutputConfig.Builder
-
Uses of ExportModelRequest.OutputConfig.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ExportModelRequest.OutputConfig.BuilderModifier and TypeMethodDescriptionExportModelRequest.OutputConfig.Builder.clear()ExportModelRequest.OutputConfig.Builder.clearArtifactDestination()The Cloud Storage location where the Model artifact is to be written to.ExportModelRequest.OutputConfig.Builder.clearExportFormatId()The ID of the format in which the Model must be exported.ExportModelRequest.OutputConfig.Builder.clearImageDestination()The Google Container Registry or Artifact Registry uri where the Model container image will be copied to.ExportModelRequest.Builder.getOutputConfigBuilder()Required.ExportModelRequest.OutputConfig.Builder.mergeArtifactDestination(GcsDestination value) The Cloud Storage location where the Model artifact is to be written to.ExportModelRequest.OutputConfig.Builder.mergeFrom(ExportModelRequest.OutputConfig other) ExportModelRequest.OutputConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ExportModelRequest.OutputConfig.Builder.mergeFrom(com.google.protobuf.Message other) ExportModelRequest.OutputConfig.Builder.mergeImageDestination(ContainerRegistryDestination value) The Google Container Registry or Artifact Registry uri where the Model container image will be copied to.ExportModelRequest.OutputConfig.newBuilder()ExportModelRequest.OutputConfig.newBuilder(ExportModelRequest.OutputConfig prototype) ExportModelRequest.OutputConfig.newBuilderForType()protected ExportModelRequest.OutputConfig.BuilderExportModelRequest.OutputConfig.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ExportModelRequest.OutputConfig.Builder.setArtifactDestination(GcsDestination value) The Cloud Storage location where the Model artifact is to be written to.ExportModelRequest.OutputConfig.Builder.setArtifactDestination(GcsDestination.Builder builderForValue) The Cloud Storage location where the Model artifact is to be written to.ExportModelRequest.OutputConfig.Builder.setExportFormatId(String value) The ID of the format in which the Model must be exported.ExportModelRequest.OutputConfig.Builder.setExportFormatIdBytes(com.google.protobuf.ByteString value) The ID of the format in which the Model must be exported.ExportModelRequest.OutputConfig.Builder.setImageDestination(ContainerRegistryDestination value) The Google Container Registry or Artifact Registry uri where the Model container image will be copied to.ExportModelRequest.OutputConfig.Builder.setImageDestination(ContainerRegistryDestination.Builder builderForValue) The Google Container Registry or Artifact Registry uri where the Model container image will be copied to.ExportModelRequest.OutputConfig.toBuilder()Methods in com.google.cloud.aiplatform.v1 with parameters of type ExportModelRequest.OutputConfig.BuilderModifier and TypeMethodDescriptionExportModelRequest.Builder.setOutputConfig(ExportModelRequest.OutputConfig.Builder builderForValue) Required.