Uses of Class
com.google.cloud.aiplatform.v1.GcsDestination.Builder
Packages that use GcsDestination.Builder
-
Uses of GcsDestination.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return GcsDestination.BuilderModifier and TypeMethodDescriptionGcsDestination.Builder.clear()GcsDestination.Builder.clearOutputUriPrefix()Required.ExportModelRequest.OutputConfig.Builder.getArtifactDestinationBuilder()The Cloud Storage location where the Model artifact is to be written to.RebaseTunedModelRequest.Builder.getArtifactDestinationBuilder()Optional.CustomJobSpec.Builder.getBaseOutputDirectoryBuilder()The Cloud Storage location to store the output of this CustomJob or HyperparameterTuningJob.ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.Builder.getGcsBuilder()Cloud Storage location for BatchExplain output.BatchPredictionJob.OutputConfig.Builder.getGcsDestinationBuilder()The Cloud Storage location of the directory where the output is to be written to.CsvDestination.Builder.getGcsDestinationBuilder()Required.ExportDataConfig.Builder.getGcsDestinationBuilder()The Google Cloud Storage location where the output is to be written to.InputDataConfig.Builder.getGcsDestinationBuilder()The Cloud Storage location where the training data is to be written to.OutputConfig.Builder.getGcsDestinationBuilder()Cloud storage destination for evaluation output.TFRecordDestination.Builder.getGcsDestinationBuilder()Required.ImportRagFilesConfig.Builder.getImportResultGcsSinkBuilder()The Cloud Storage path to write import result to.ImportRagFilesConfig.Builder.getPartialFailureGcsSinkBuilder()Deprecated.ModelDeploymentMonitoringJob.Builder.getStatsAnomaliesBaseDirectoryBuilder()Stats anomalies base folder path.GcsDestination.Builder.mergeFrom(GcsDestination other) GcsDestination.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GcsDestination.Builder.mergeFrom(com.google.protobuf.Message other) static GcsDestination.BuilderGcsDestination.newBuilder()static GcsDestination.BuilderGcsDestination.newBuilder(GcsDestination prototype) GcsDestination.newBuilderForType()protected GcsDestination.BuilderGcsDestination.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) GcsDestination.Builder.setOutputUriPrefix(String value) Required.GcsDestination.Builder.setOutputUriPrefixBytes(com.google.protobuf.ByteString value) Required.GcsDestination.toBuilder()Methods in com.google.cloud.aiplatform.v1 with parameters of type GcsDestination.BuilderModifier and TypeMethodDescriptionExportModelRequest.OutputConfig.Builder.setArtifactDestination(GcsDestination.Builder builderForValue) The Cloud Storage location where the Model artifact is to be written to.RebaseTunedModelRequest.Builder.setArtifactDestination(GcsDestination.Builder builderForValue) Optional.CustomJobSpec.Builder.setBaseOutputDirectory(GcsDestination.Builder builderForValue) The Cloud Storage location to store the output of this CustomJob or HyperparameterTuningJob.ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.Builder.setGcs(GcsDestination.Builder builderForValue) Cloud Storage location for BatchExplain output.BatchPredictionJob.OutputConfig.Builder.setGcsDestination(GcsDestination.Builder builderForValue) The Cloud Storage location of the directory where the output is to be written to.CsvDestination.Builder.setGcsDestination(GcsDestination.Builder builderForValue) Required.ExportDataConfig.Builder.setGcsDestination(GcsDestination.Builder builderForValue) The Google Cloud Storage location where the output is to be written to.InputDataConfig.Builder.setGcsDestination(GcsDestination.Builder builderForValue) The Cloud Storage location where the training data is to be written to.OutputConfig.Builder.setGcsDestination(GcsDestination.Builder builderForValue) Cloud storage destination for evaluation output.TFRecordDestination.Builder.setGcsDestination(GcsDestination.Builder builderForValue) Required.ImportRagFilesConfig.Builder.setImportResultGcsSink(GcsDestination.Builder builderForValue) The Cloud Storage path to write import result to.ImportRagFilesConfig.Builder.setPartialFailureGcsSink(GcsDestination.Builder builderForValue) Deprecated.ModelDeploymentMonitoringJob.Builder.setStatsAnomaliesBaseDirectory(GcsDestination.Builder builderForValue) Stats anomalies base folder path.