public static final class ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSource.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSource.Builder> implements ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSourceOrBuilder
Dataset spec for data stored in Google Cloud Storage.Protobuf type
google.cloud.aiplatform.v1beta1.ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSourcegetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSource.Builder>public ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSource.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSource.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSource.Builder>public ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSource getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSource build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSource buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSource.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSource.Builder>public ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSource.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSource.Builder>public ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSource.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSource.Builder>public ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSource.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSource.Builder>public ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSource.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSource.Builder>public ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSource.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSource.Builder>public ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSource.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSource.Builder>public ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSource.Builder mergeFrom(ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSource other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSource.Builder>public ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSource.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSource.Builder>IOExceptionpublic String getGcsUri()
Google Cloud Storage URI to the input file(s). May contain wildcards. For more information on wildcards, see https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames.
string gcs_uri = 1;getGcsUri in interface ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSourceOrBuilderpublic com.google.protobuf.ByteString getGcsUriBytes()
Google Cloud Storage URI to the input file(s). May contain wildcards. For more information on wildcards, see https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames.
string gcs_uri = 1;getGcsUriBytes in interface ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSourceOrBuilderpublic ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSource.Builder setGcsUri(String value)
Google Cloud Storage URI to the input file(s). May contain wildcards. For more information on wildcards, see https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames.
string gcs_uri = 1;value - The gcsUri to set.public ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSource.Builder clearGcsUri()
Google Cloud Storage URI to the input file(s). May contain wildcards. For more information on wildcards, see https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames.
string gcs_uri = 1;public ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSource.Builder setGcsUriBytes(com.google.protobuf.ByteString value)
Google Cloud Storage URI to the input file(s). May contain wildcards. For more information on wildcards, see https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames.
string gcs_uri = 1;value - The bytes for gcsUri to set.public int getFormatValue()
Data format of the dataset.
.google.cloud.aiplatform.v1beta1.ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSource.DataFormat format = 2;
getFormatValue in interface ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSourceOrBuilderpublic ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSource.Builder setFormatValue(int value)
Data format of the dataset.
.google.cloud.aiplatform.v1beta1.ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSource.DataFormat format = 2;
value - The enum numeric value on the wire for format to set.public ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSource.DataFormat getFormat()
Data format of the dataset.
.google.cloud.aiplatform.v1beta1.ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSource.DataFormat format = 2;
getFormat in interface ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSourceOrBuilderpublic ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSource.Builder setFormat(ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSource.DataFormat value)
Data format of the dataset.
.google.cloud.aiplatform.v1beta1.ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSource.DataFormat format = 2;
value - The format to set.public ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSource.Builder clearFormat()
Data format of the dataset.
.google.cloud.aiplatform.v1beta1.ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSource.DataFormat format = 2;
public final ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSource.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSource.Builder>public final ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSource.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSource.Builder>Copyright © 2025 Google LLC. All rights reserved.