Uses of Class
com.google.cloud.aiplatform.v1.DatasetVersion.Builder
Packages that use DatasetVersion.Builder
-
Uses of DatasetVersion.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return DatasetVersion.BuilderModifier and TypeMethodDescriptionListDatasetVersionsResponse.Builder.addDatasetVersionsBuilder()A list of DatasetVersions that matches the specified filter in the request.ListDatasetVersionsResponse.Builder.addDatasetVersionsBuilder(int index) A list of DatasetVersions that matches the specified filter in the request.DatasetVersion.Builder.clear()DatasetVersion.Builder.clearBigQueryDatasetName()Output only.DatasetVersion.Builder.clearCreateTime()Output only.DatasetVersion.Builder.clearDisplayName()The user-defined name of the DatasetVersion.DatasetVersion.Builder.clearEtag()Used to perform consistent read-modify-write updates.DatasetVersion.Builder.clearMetadata()Required.DatasetVersion.Builder.clearModelReference()Output only.DatasetVersion.Builder.clearName()Output only.DatasetVersion.Builder.clearSatisfiesPzi()Output only.DatasetVersion.Builder.clearSatisfiesPzs()Output only.DatasetVersion.Builder.clearUpdateTime()Output only.CreateDatasetVersionRequest.Builder.getDatasetVersionBuilder()Required.UpdateDatasetVersionRequest.Builder.getDatasetVersionBuilder()Required.ListDatasetVersionsResponse.Builder.getDatasetVersionsBuilder(int index) A list of DatasetVersions that matches the specified filter in the request.DatasetVersion.Builder.mergeCreateTime(com.google.protobuf.Timestamp value) Output only.DatasetVersion.Builder.mergeFrom(DatasetVersion other) DatasetVersion.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DatasetVersion.Builder.mergeFrom(com.google.protobuf.Message other) DatasetVersion.Builder.mergeMetadata(com.google.protobuf.Value value) Required.DatasetVersion.Builder.mergeUpdateTime(com.google.protobuf.Timestamp value) Output only.static DatasetVersion.BuilderDatasetVersion.newBuilder()static DatasetVersion.BuilderDatasetVersion.newBuilder(DatasetVersion prototype) DatasetVersion.newBuilderForType()protected DatasetVersion.BuilderDatasetVersion.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) DatasetVersion.Builder.setBigQueryDatasetName(String value) Output only.DatasetVersion.Builder.setBigQueryDatasetNameBytes(com.google.protobuf.ByteString value) Output only.DatasetVersion.Builder.setCreateTime(com.google.protobuf.Timestamp value) Output only.DatasetVersion.Builder.setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue) Output only.DatasetVersion.Builder.setDisplayName(String value) The user-defined name of the DatasetVersion.DatasetVersion.Builder.setDisplayNameBytes(com.google.protobuf.ByteString value) The user-defined name of the DatasetVersion.Used to perform consistent read-modify-write updates.DatasetVersion.Builder.setEtagBytes(com.google.protobuf.ByteString value) Used to perform consistent read-modify-write updates.DatasetVersion.Builder.setMetadata(com.google.protobuf.Value value) Required.DatasetVersion.Builder.setMetadata(com.google.protobuf.Value.Builder builderForValue) Required.DatasetVersion.Builder.setModelReference(String value) Output only.DatasetVersion.Builder.setModelReferenceBytes(com.google.protobuf.ByteString value) Output only.Output only.DatasetVersion.Builder.setNameBytes(com.google.protobuf.ByteString value) Output only.DatasetVersion.Builder.setSatisfiesPzi(boolean value) Output only.DatasetVersion.Builder.setSatisfiesPzs(boolean value) Output only.DatasetVersion.Builder.setUpdateTime(com.google.protobuf.Timestamp value) Output only.DatasetVersion.Builder.setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue) Output only.DatasetVersion.toBuilder()Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type DatasetVersion.BuilderModifier and TypeMethodDescriptionListDatasetVersionsResponse.Builder.getDatasetVersionsBuilderList()A list of DatasetVersions that matches the specified filter in the request.Methods in com.google.cloud.aiplatform.v1 with parameters of type DatasetVersion.BuilderModifier and TypeMethodDescriptionListDatasetVersionsResponse.Builder.addDatasetVersions(int index, DatasetVersion.Builder builderForValue) A list of DatasetVersions that matches the specified filter in the request.ListDatasetVersionsResponse.Builder.addDatasetVersions(DatasetVersion.Builder builderForValue) A list of DatasetVersions that matches the specified filter in the request.CreateDatasetVersionRequest.Builder.setDatasetVersion(DatasetVersion.Builder builderForValue) Required.UpdateDatasetVersionRequest.Builder.setDatasetVersion(DatasetVersion.Builder builderForValue) Required.ListDatasetVersionsResponse.Builder.setDatasetVersions(int index, DatasetVersion.Builder builderForValue) A list of DatasetVersions that matches the specified filter in the request.