Uses of Class
com.google.cloud.aiplatform.v1.GcsDestination.Builder
-
Packages that use GcsDestination.Builder Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of GcsDestination.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return GcsDestination.Builder Modifier and Type Method Description GcsDestination.BuilderGcsDestination.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)GcsDestination.BuilderGcsDestination.Builder. clear()GcsDestination.BuilderGcsDestination.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)GcsDestination.BuilderGcsDestination.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)GcsDestination.BuilderGcsDestination.Builder. clearOutputUriPrefix()Required.GcsDestination.BuilderGcsDestination.Builder. clone()GcsDestination.BuilderExportModelRequest.OutputConfig.Builder. getArtifactDestinationBuilder()The Cloud Storage location where the Model artifact is to be written to.GcsDestination.BuilderCustomJobSpec.Builder. getBaseOutputDirectoryBuilder()The Cloud Storage location to store the output of this CustomJob or HyperparameterTuningJob.GcsDestination.BuilderModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.Builder. getGcsBuilder()Cloud Storage location for BatchExplain output.GcsDestination.BuilderBatchPredictionJob.OutputConfig.Builder. getGcsDestinationBuilder()The Cloud Storage location of the directory where the output is to be written to.GcsDestination.BuilderCsvDestination.Builder. getGcsDestinationBuilder()Required.GcsDestination.BuilderExportDataConfig.Builder. getGcsDestinationBuilder()The Google Cloud Storage location where the output is to be written to.GcsDestination.BuilderInputDataConfig.Builder. getGcsDestinationBuilder()The Cloud Storage location where the training data is to be written to.GcsDestination.BuilderTFRecordDestination.Builder. getGcsDestinationBuilder()Required.GcsDestination.BuilderModelDeploymentMonitoringJob.Builder. getStatsAnomaliesBaseDirectoryBuilder()Stats anomalies base folder path.GcsDestination.BuilderGcsDestination.Builder. mergeFrom(GcsDestination other)GcsDestination.BuilderGcsDestination.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)GcsDestination.BuilderGcsDestination.Builder. mergeFrom(com.google.protobuf.Message other)GcsDestination.BuilderGcsDestination.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static GcsDestination.BuilderGcsDestination. newBuilder()static GcsDestination.BuilderGcsDestination. newBuilder(GcsDestination prototype)GcsDestination.BuilderGcsDestination. newBuilderForType()protected GcsDestination.BuilderGcsDestination. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)GcsDestination.BuilderGcsDestination.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)GcsDestination.BuilderGcsDestination.Builder. setOutputUriPrefix(String value)Required.GcsDestination.BuilderGcsDestination.Builder. setOutputUriPrefixBytes(com.google.protobuf.ByteString value)Required.GcsDestination.BuilderGcsDestination.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)GcsDestination.BuilderGcsDestination.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)GcsDestination.BuilderGcsDestination. toBuilder()Methods in com.google.cloud.aiplatform.v1 with parameters of type GcsDestination.Builder Modifier and Type Method Description ExportModelRequest.OutputConfig.BuilderExportModelRequest.OutputConfig.Builder. setArtifactDestination(GcsDestination.Builder builderForValue)The Cloud Storage location where the Model artifact is to be written to.CustomJobSpec.BuilderCustomJobSpec.Builder. setBaseOutputDirectory(GcsDestination.Builder builderForValue)The Cloud Storage location to store the output of this CustomJob or HyperparameterTuningJob.ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.BuilderModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.Builder. setGcs(GcsDestination.Builder builderForValue)Cloud Storage location for BatchExplain output.BatchPredictionJob.OutputConfig.BuilderBatchPredictionJob.OutputConfig.Builder. setGcsDestination(GcsDestination.Builder builderForValue)The Cloud Storage location of the directory where the output is to be written to.CsvDestination.BuilderCsvDestination.Builder. setGcsDestination(GcsDestination.Builder builderForValue)Required.ExportDataConfig.BuilderExportDataConfig.Builder. setGcsDestination(GcsDestination.Builder builderForValue)The Google Cloud Storage location where the output is to be written to.InputDataConfig.BuilderInputDataConfig.Builder. setGcsDestination(GcsDestination.Builder builderForValue)The Cloud Storage location where the training data is to be written to.TFRecordDestination.BuilderTFRecordDestination.Builder. setGcsDestination(GcsDestination.Builder builderForValue)Required.ModelDeploymentMonitoringJob.BuilderModelDeploymentMonitoringJob.Builder. setStatsAnomaliesBaseDirectory(GcsDestination.Builder builderForValue)Stats anomalies base folder path.
-