Uses of Class
com.google.cloud.aiplatform.v1.DatasetVersion
Packages that use DatasetVersion
-
Uses of DatasetVersion in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return DatasetVersionModifier and TypeMethodDescriptionDatasetVersion.Builder.build()DatasetVersion.Builder.buildPartial()CreateDatasetVersionRequest.Builder.getDatasetVersion()Required.CreateDatasetVersionRequest.getDatasetVersion()Required.CreateDatasetVersionRequestOrBuilder.getDatasetVersion()Required.UpdateDatasetVersionRequest.Builder.getDatasetVersion()Required.UpdateDatasetVersionRequest.getDatasetVersion()Required.UpdateDatasetVersionRequestOrBuilder.getDatasetVersion()Required.ListDatasetVersionsResponse.Builder.getDatasetVersions(int index) A list of DatasetVersions that matches the specified filter in the request.ListDatasetVersionsResponse.getDatasetVersions(int index) A list of DatasetVersions that matches the specified filter in the request.ListDatasetVersionsResponseOrBuilder.getDatasetVersions(int index) A list of DatasetVersions that matches the specified filter in the request.static DatasetVersionDatasetVersion.getDefaultInstance()DatasetVersion.Builder.getDefaultInstanceForType()DatasetVersion.getDefaultInstanceForType()static DatasetVersionDatasetVersion.parseDelimitedFrom(InputStream input) static DatasetVersionDatasetVersion.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DatasetVersionDatasetVersion.parseFrom(byte[] data) static DatasetVersionDatasetVersion.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DatasetVersionDatasetVersion.parseFrom(com.google.protobuf.ByteString data) static DatasetVersionDatasetVersion.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DatasetVersionDatasetVersion.parseFrom(com.google.protobuf.CodedInputStream input) static DatasetVersionDatasetVersion.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DatasetVersionDatasetVersion.parseFrom(InputStream input) static DatasetVersionDatasetVersion.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DatasetVersionDatasetVersion.parseFrom(ByteBuffer data) static DatasetVersionDatasetVersion.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type DatasetVersionModifier and TypeMethodDescriptionListDatasetVersionsResponse.Builder.getDatasetVersionsList()A list of DatasetVersions that matches the specified filter in the request.ListDatasetVersionsResponse.getDatasetVersionsList()A list of DatasetVersions that matches the specified filter in the request.ListDatasetVersionsResponseOrBuilder.getDatasetVersionsList()A list of DatasetVersions that matches the specified filter in the request.com.google.protobuf.Parser<DatasetVersion>DatasetVersion.getParserForType()static com.google.protobuf.Parser<DatasetVersion>DatasetVersion.parser()Methods in com.google.cloud.aiplatform.v1 with parameters of type DatasetVersionModifier and TypeMethodDescriptionListDatasetVersionsResponse.Builder.addDatasetVersions(int index, DatasetVersion value) A list of DatasetVersions that matches the specified filter in the request.ListDatasetVersionsResponse.Builder.addDatasetVersions(DatasetVersion value) A list of DatasetVersions that matches the specified filter in the request.CreateDatasetVersionRequest.Builder.mergeDatasetVersion(DatasetVersion value) Required.UpdateDatasetVersionRequest.Builder.mergeDatasetVersion(DatasetVersion value) Required.DatasetVersion.Builder.mergeFrom(DatasetVersion other) static DatasetVersion.BuilderDatasetVersion.newBuilder(DatasetVersion prototype) CreateDatasetVersionRequest.Builder.setDatasetVersion(DatasetVersion value) Required.UpdateDatasetVersionRequest.Builder.setDatasetVersion(DatasetVersion value) Required.ListDatasetVersionsResponse.Builder.setDatasetVersions(int index, DatasetVersion value) A list of DatasetVersions that matches the specified filter in the request.Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type DatasetVersionModifier and TypeMethodDescriptionListDatasetVersionsResponse.Builder.addAllDatasetVersions(Iterable<? extends DatasetVersion> values) A list of DatasetVersions that matches the specified filter in the request.