Uses of Class
com.google.cloud.automl.v1beta1.DatasetName
-
Packages that use DatasetName Package Description com.google.cloud.automl.v1beta1 A client to Cloud AutoML API -
-
Uses of DatasetName in com.google.cloud.automl.v1beta1
Methods in com.google.cloud.automl.v1beta1 that return DatasetName Modifier and Type Method Description DatasetName
DatasetName.Builder. build()
static DatasetName
DatasetName. of(String project, String location, String dataset)
static DatasetName
DatasetName. parse(String formattedString)
Methods in com.google.cloud.automl.v1beta1 that return types with arguments of type DatasetName Modifier and Type Method Description static List<DatasetName>
DatasetName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.automl.v1beta1 with parameters of type DatasetName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
AutoMlClient. deleteDatasetAsync(DatasetName name)
Deletes a dataset and all of its contents.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
AutoMlClient. exportDataAsync(DatasetName name, OutputConfig outputConfig)
Exports dataset's data to the provided output location.Dataset
AutoMlClient. getDataset(DatasetName name)
Gets a dataset.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
AutoMlClient. importDataAsync(DatasetName name, InputConfig inputConfig)
Imports data into a dataset.AutoMlClient.ListTableSpecsPagedResponse
AutoMlClient. listTableSpecs(DatasetName parent)
Lists table specs in a dataset.Method parameters in com.google.cloud.automl.v1beta1 with type arguments of type DatasetName Modifier and Type Method Description static List<String>
DatasetName. toStringList(List<DatasetName> values)
-