Uses of Class
com.google.cloud.datalabeling.v1beta1.AnnotatedDataset
-
Packages that use AnnotatedDataset Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling APIcom.google.cloud.datalabeling.v1beta1.stub -
-
Uses of AnnotatedDataset in com.google.cloud.datalabeling.v1beta1
Methods in com.google.cloud.datalabeling.v1beta1 that return AnnotatedDataset Modifier and Type Method Description AnnotatedDataset
AnnotatedDataset.Builder. build()
AnnotatedDataset
AnnotatedDataset.Builder. buildPartial()
AnnotatedDataset
DataLabelingServiceClient. getAnnotatedDataset(AnnotatedDatasetName name)
Gets an annotated dataset by resource name.AnnotatedDataset
DataLabelingServiceClient. getAnnotatedDataset(GetAnnotatedDatasetRequest request)
Gets an annotated dataset by resource name.AnnotatedDataset
DataLabelingServiceClient. getAnnotatedDataset(String name)
Gets an annotated dataset by resource name.AnnotatedDataset
DataLabelingServiceGrpc.DataLabelingServiceBlockingStub. getAnnotatedDataset(GetAnnotatedDatasetRequest request)
Gets an annotated dataset by resource name.AnnotatedDataset
ListAnnotatedDatasetsResponse.Builder. getAnnotatedDatasets(int index)
The list of annotated datasets to return.AnnotatedDataset
ListAnnotatedDatasetsResponse. getAnnotatedDatasets(int index)
The list of annotated datasets to return.AnnotatedDataset
ListAnnotatedDatasetsResponseOrBuilder. getAnnotatedDatasets(int index)
The list of annotated datasets to return.static AnnotatedDataset
AnnotatedDataset. getDefaultInstance()
AnnotatedDataset
AnnotatedDataset.Builder. getDefaultInstanceForType()
AnnotatedDataset
AnnotatedDataset. getDefaultInstanceForType()
static AnnotatedDataset
AnnotatedDataset. parseDelimitedFrom(InputStream input)
static AnnotatedDataset
AnnotatedDataset. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotatedDataset
AnnotatedDataset. parseFrom(byte[] data)
static AnnotatedDataset
AnnotatedDataset. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotatedDataset
AnnotatedDataset. parseFrom(com.google.protobuf.ByteString data)
static AnnotatedDataset
AnnotatedDataset. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotatedDataset
AnnotatedDataset. parseFrom(com.google.protobuf.CodedInputStream input)
static AnnotatedDataset
AnnotatedDataset. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotatedDataset
AnnotatedDataset. parseFrom(InputStream input)
static AnnotatedDataset
AnnotatedDataset. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotatedDataset
AnnotatedDataset. parseFrom(ByteBuffer data)
static AnnotatedDataset
AnnotatedDataset. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.datalabeling.v1beta1 that return types with arguments of type AnnotatedDataset Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<AnnotatedDataset>
DataLabelingServiceGrpc.DataLabelingServiceFutureStub. getAnnotatedDataset(GetAnnotatedDatasetRequest request)
Gets an annotated dataset by resource name.com.google.api.gax.rpc.UnaryCallable<GetAnnotatedDatasetRequest,AnnotatedDataset>
DataLabelingServiceClient. getAnnotatedDatasetCallable()
Gets an annotated dataset by resource name.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetAnnotatedDatasetRequest,AnnotatedDataset>
DataLabelingServiceSettings.Builder. getAnnotatedDatasetSettings()
Returns the builder for the settings used for calls to getAnnotatedDataset.com.google.api.gax.rpc.UnaryCallSettings<GetAnnotatedDatasetRequest,AnnotatedDataset>
DataLabelingServiceSettings. getAnnotatedDatasetSettings()
Returns the object with the settings used for calls to getAnnotatedDataset.List<AnnotatedDataset>
ListAnnotatedDatasetsResponse.Builder. getAnnotatedDatasetsList()
The list of annotated datasets to return.List<AnnotatedDataset>
ListAnnotatedDatasetsResponse. getAnnotatedDatasetsList()
The list of annotated datasets to return.List<AnnotatedDataset>
ListAnnotatedDatasetsResponseOrBuilder. getAnnotatedDatasetsList()
The list of annotated datasets to return.static io.grpc.MethodDescriptor<GetAnnotatedDatasetRequest,AnnotatedDataset>
DataLabelingServiceGrpc. getGetAnnotatedDatasetMethod()
com.google.protobuf.Parser<AnnotatedDataset>
AnnotatedDataset. getParserForType()
com.google.api.gax.longrunning.OperationFuture<AnnotatedDataset,LabelOperationMetadata>
DataLabelingServiceClient. labelImageAsync(DatasetName parent, HumanAnnotationConfig basicConfig, LabelImageRequest.Feature feature)
Starts a labeling task for image.com.google.api.gax.longrunning.OperationFuture<AnnotatedDataset,LabelOperationMetadata>
DataLabelingServiceClient. labelImageAsync(LabelImageRequest request)
Starts a labeling task for image.com.google.api.gax.longrunning.OperationFuture<AnnotatedDataset,LabelOperationMetadata>
DataLabelingServiceClient. labelImageAsync(String parent, HumanAnnotationConfig basicConfig, LabelImageRequest.Feature feature)
Starts a labeling task for image.com.google.api.gax.rpc.OperationCallable<LabelImageRequest,AnnotatedDataset,LabelOperationMetadata>
DataLabelingServiceClient. labelImageOperationCallable()
Starts a labeling task for image.com.google.api.gax.rpc.OperationCallSettings.Builder<LabelImageRequest,AnnotatedDataset,LabelOperationMetadata>
DataLabelingServiceSettings.Builder. labelImageOperationSettings()
Returns the builder for the settings used for calls to labelImage.com.google.api.gax.rpc.OperationCallSettings<LabelImageRequest,AnnotatedDataset,LabelOperationMetadata>
DataLabelingServiceSettings. labelImageOperationSettings()
Returns the object with the settings used for calls to labelImage.com.google.api.gax.longrunning.OperationFuture<AnnotatedDataset,LabelOperationMetadata>
DataLabelingServiceClient. labelTextAsync(DatasetName parent, HumanAnnotationConfig basicConfig, LabelTextRequest.Feature feature)
Starts a labeling task for text.com.google.api.gax.longrunning.OperationFuture<AnnotatedDataset,LabelOperationMetadata>
DataLabelingServiceClient. labelTextAsync(LabelTextRequest request)
Starts a labeling task for text.com.google.api.gax.longrunning.OperationFuture<AnnotatedDataset,LabelOperationMetadata>
DataLabelingServiceClient. labelTextAsync(String parent, HumanAnnotationConfig basicConfig, LabelTextRequest.Feature feature)
Starts a labeling task for text.com.google.api.gax.rpc.OperationCallable<LabelTextRequest,AnnotatedDataset,LabelOperationMetadata>
DataLabelingServiceClient. labelTextOperationCallable()
Starts a labeling task for text.com.google.api.gax.rpc.OperationCallSettings.Builder<LabelTextRequest,AnnotatedDataset,LabelOperationMetadata>
DataLabelingServiceSettings.Builder. labelTextOperationSettings()
Returns the builder for the settings used for calls to labelText.com.google.api.gax.rpc.OperationCallSettings<LabelTextRequest,AnnotatedDataset,LabelOperationMetadata>
DataLabelingServiceSettings. labelTextOperationSettings()
Returns the object with the settings used for calls to labelText.com.google.api.gax.longrunning.OperationFuture<AnnotatedDataset,LabelOperationMetadata>
DataLabelingServiceClient. labelVideoAsync(DatasetName parent, HumanAnnotationConfig basicConfig, LabelVideoRequest.Feature feature)
Starts a labeling task for video.com.google.api.gax.longrunning.OperationFuture<AnnotatedDataset,LabelOperationMetadata>
DataLabelingServiceClient. labelVideoAsync(LabelVideoRequest request)
Starts a labeling task for video.com.google.api.gax.longrunning.OperationFuture<AnnotatedDataset,LabelOperationMetadata>
DataLabelingServiceClient. labelVideoAsync(String parent, HumanAnnotationConfig basicConfig, LabelVideoRequest.Feature feature)
Starts a labeling task for video.com.google.api.gax.rpc.OperationCallable<LabelVideoRequest,AnnotatedDataset,LabelOperationMetadata>
DataLabelingServiceClient. labelVideoOperationCallable()
Starts a labeling task for video.com.google.api.gax.rpc.OperationCallSettings.Builder<LabelVideoRequest,AnnotatedDataset,LabelOperationMetadata>
DataLabelingServiceSettings.Builder. labelVideoOperationSettings()
Returns the builder for the settings used for calls to labelVideo.com.google.api.gax.rpc.OperationCallSettings<LabelVideoRequest,AnnotatedDataset,LabelOperationMetadata>
DataLabelingServiceSettings. labelVideoOperationSettings()
Returns the object with the settings used for calls to labelVideo.static com.google.protobuf.Parser<AnnotatedDataset>
AnnotatedDataset. parser()
Methods in com.google.cloud.datalabeling.v1beta1 with parameters of type AnnotatedDataset Modifier and Type Method Description ListAnnotatedDatasetsResponse.Builder
ListAnnotatedDatasetsResponse.Builder. addAnnotatedDatasets(int index, AnnotatedDataset value)
The list of annotated datasets to return.ListAnnotatedDatasetsResponse.Builder
ListAnnotatedDatasetsResponse.Builder. addAnnotatedDatasets(AnnotatedDataset value)
The list of annotated datasets to return.AnnotatedDataset.Builder
AnnotatedDataset.Builder. mergeFrom(AnnotatedDataset other)
static AnnotatedDataset.Builder
AnnotatedDataset. newBuilder(AnnotatedDataset prototype)
ListAnnotatedDatasetsResponse.Builder
ListAnnotatedDatasetsResponse.Builder. setAnnotatedDatasets(int index, AnnotatedDataset value)
The list of annotated datasets to return.Method parameters in com.google.cloud.datalabeling.v1beta1 with type arguments of type AnnotatedDataset Modifier and Type Method Description ListAnnotatedDatasetsResponse.Builder
ListAnnotatedDatasetsResponse.Builder. addAllAnnotatedDatasets(Iterable<? extends AnnotatedDataset> values)
The list of annotated datasets to return.static com.google.api.core.ApiFuture<DataLabelingServiceClient.ListAnnotatedDatasetsPagedResponse>
DataLabelingServiceClient.ListAnnotatedDatasetsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListAnnotatedDatasetsRequest,ListAnnotatedDatasetsResponse,AnnotatedDataset> context, com.google.api.core.ApiFuture<ListAnnotatedDatasetsResponse> futureResponse)
protected DataLabelingServiceClient.ListAnnotatedDatasetsPage
DataLabelingServiceClient.ListAnnotatedDatasetsPage. createPage(com.google.api.gax.rpc.PageContext<ListAnnotatedDatasetsRequest,ListAnnotatedDatasetsResponse,AnnotatedDataset> context, ListAnnotatedDatasetsResponse response)
com.google.api.core.ApiFuture<DataLabelingServiceClient.ListAnnotatedDatasetsPage>
DataLabelingServiceClient.ListAnnotatedDatasetsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListAnnotatedDatasetsRequest,ListAnnotatedDatasetsResponse,AnnotatedDataset> context, com.google.api.core.ApiFuture<ListAnnotatedDatasetsResponse> futureResponse)
default void
DataLabelingServiceGrpc.AsyncService. getAnnotatedDataset(GetAnnotatedDatasetRequest request, io.grpc.stub.StreamObserver<AnnotatedDataset> responseObserver)
Gets an annotated dataset by resource name.void
DataLabelingServiceGrpc.DataLabelingServiceStub. getAnnotatedDataset(GetAnnotatedDatasetRequest request, io.grpc.stub.StreamObserver<AnnotatedDataset> responseObserver)
Gets an annotated dataset by resource name. -
Uses of AnnotatedDataset in com.google.cloud.datalabeling.v1beta1.stub
Methods in com.google.cloud.datalabeling.v1beta1.stub that return types with arguments of type AnnotatedDataset Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetAnnotatedDatasetRequest,AnnotatedDataset>
DataLabelingServiceStub. getAnnotatedDatasetCallable()
com.google.api.gax.rpc.UnaryCallable<GetAnnotatedDatasetRequest,AnnotatedDataset>
GrpcDataLabelingServiceStub. getAnnotatedDatasetCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetAnnotatedDatasetRequest,AnnotatedDataset>
DataLabelingServiceStubSettings.Builder. getAnnotatedDatasetSettings()
Returns the builder for the settings used for calls to getAnnotatedDataset.com.google.api.gax.rpc.UnaryCallSettings<GetAnnotatedDatasetRequest,AnnotatedDataset>
DataLabelingServiceStubSettings. getAnnotatedDatasetSettings()
Returns the object with the settings used for calls to getAnnotatedDataset.com.google.api.gax.rpc.OperationCallable<LabelImageRequest,AnnotatedDataset,LabelOperationMetadata>
DataLabelingServiceStub. labelImageOperationCallable()
com.google.api.gax.rpc.OperationCallable<LabelImageRequest,AnnotatedDataset,LabelOperationMetadata>
GrpcDataLabelingServiceStub. labelImageOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<LabelImageRequest,AnnotatedDataset,LabelOperationMetadata>
DataLabelingServiceStubSettings.Builder. labelImageOperationSettings()
Returns the builder for the settings used for calls to labelImage.com.google.api.gax.rpc.OperationCallSettings<LabelImageRequest,AnnotatedDataset,LabelOperationMetadata>
DataLabelingServiceStubSettings. labelImageOperationSettings()
Returns the object with the settings used for calls to labelImage.com.google.api.gax.rpc.OperationCallable<LabelTextRequest,AnnotatedDataset,LabelOperationMetadata>
DataLabelingServiceStub. labelTextOperationCallable()
com.google.api.gax.rpc.OperationCallable<LabelTextRequest,AnnotatedDataset,LabelOperationMetadata>
GrpcDataLabelingServiceStub. labelTextOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<LabelTextRequest,AnnotatedDataset,LabelOperationMetadata>
DataLabelingServiceStubSettings.Builder. labelTextOperationSettings()
Returns the builder for the settings used for calls to labelText.com.google.api.gax.rpc.OperationCallSettings<LabelTextRequest,AnnotatedDataset,LabelOperationMetadata>
DataLabelingServiceStubSettings. labelTextOperationSettings()
Returns the object with the settings used for calls to labelText.com.google.api.gax.rpc.OperationCallable<LabelVideoRequest,AnnotatedDataset,LabelOperationMetadata>
DataLabelingServiceStub. labelVideoOperationCallable()
com.google.api.gax.rpc.OperationCallable<LabelVideoRequest,AnnotatedDataset,LabelOperationMetadata>
GrpcDataLabelingServiceStub. labelVideoOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<LabelVideoRequest,AnnotatedDataset,LabelOperationMetadata>
DataLabelingServiceStubSettings.Builder. labelVideoOperationSettings()
Returns the builder for the settings used for calls to labelVideo.com.google.api.gax.rpc.OperationCallSettings<LabelVideoRequest,AnnotatedDataset,LabelOperationMetadata>
DataLabelingServiceStubSettings. labelVideoOperationSettings()
Returns the object with the settings used for calls to labelVideo.
-