Uses of Class
com.google.cloud.aiplatform.v1.Dataset
Packages that use Dataset
-
Uses of Dataset in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return DatasetModifier and TypeMethodDescriptionDataset.Builder.build()Dataset.Builder.buildPartial()CreateDatasetRequest.Builder.getDataset()Required.CreateDatasetRequest.getDataset()Required.CreateDatasetRequestOrBuilder.getDataset()Required.UpdateDatasetRequest.Builder.getDataset()Required.UpdateDatasetRequest.getDataset()Required.UpdateDatasetRequestOrBuilder.getDataset()Required.ListDatasetsResponse.Builder.getDatasets(int index) A list of Datasets that matches the specified filter in the request.ListDatasetsResponse.getDatasets(int index) A list of Datasets that matches the specified filter in the request.ListDatasetsResponseOrBuilder.getDatasets(int index) A list of Datasets that matches the specified filter in the request.static DatasetDataset.getDefaultInstance()Dataset.Builder.getDefaultInstanceForType()Dataset.getDefaultInstanceForType()static DatasetDataset.parseDelimitedFrom(InputStream input) static DatasetDataset.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DatasetDataset.parseFrom(byte[] data) static DatasetDataset.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DatasetDataset.parseFrom(com.google.protobuf.ByteString data) static DatasetDataset.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DatasetDataset.parseFrom(com.google.protobuf.CodedInputStream input) static DatasetDataset.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DatasetDataset.parseFrom(InputStream input) static DatasetDataset.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DatasetDataset.parseFrom(ByteBuffer data) static DatasetDataset.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type DatasetModifier and TypeMethodDescriptionListDatasetsResponse.Builder.getDatasetsList()A list of Datasets that matches the specified filter in the request.ListDatasetsResponse.getDatasetsList()A list of Datasets that matches the specified filter in the request.ListDatasetsResponseOrBuilder.getDatasetsList()A list of Datasets that matches the specified filter in the request.com.google.protobuf.Parser<Dataset>Dataset.getParserForType()static com.google.protobuf.Parser<Dataset>Dataset.parser()Methods in com.google.cloud.aiplatform.v1 with parameters of type DatasetModifier and TypeMethodDescriptionListDatasetsResponse.Builder.addDatasets(int index, Dataset value) A list of Datasets that matches the specified filter in the request.ListDatasetsResponse.Builder.addDatasets(Dataset value) A list of Datasets that matches the specified filter in the request.CreateDatasetRequest.Builder.mergeDataset(Dataset value) Required.UpdateDatasetRequest.Builder.mergeDataset(Dataset value) Required.static Dataset.BuilderDataset.newBuilder(Dataset prototype) CreateDatasetRequest.Builder.setDataset(Dataset value) Required.UpdateDatasetRequest.Builder.setDataset(Dataset value) Required.ListDatasetsResponse.Builder.setDatasets(int index, Dataset value) A list of Datasets that matches the specified filter in the request.Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type DatasetModifier and TypeMethodDescriptionListDatasetsResponse.Builder.addAllDatasets(Iterable<? extends Dataset> values) A list of Datasets that matches the specified filter in the request.