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 AnnotatedDatasetAnnotatedDataset.Builder. build()AnnotatedDatasetAnnotatedDataset.Builder. buildPartial()AnnotatedDatasetDataLabelingServiceClient. getAnnotatedDataset(AnnotatedDatasetName name)Gets an annotated dataset by resource name.AnnotatedDatasetDataLabelingServiceClient. getAnnotatedDataset(GetAnnotatedDatasetRequest request)Gets an annotated dataset by resource name.AnnotatedDatasetDataLabelingServiceClient. getAnnotatedDataset(String name)Gets an annotated dataset by resource name.AnnotatedDatasetDataLabelingServiceGrpc.DataLabelingServiceBlockingStub. getAnnotatedDataset(GetAnnotatedDatasetRequest request)Gets an annotated dataset by resource name.AnnotatedDatasetListAnnotatedDatasetsResponse.Builder. getAnnotatedDatasets(int index)The list of annotated datasets to return.AnnotatedDatasetListAnnotatedDatasetsResponse. getAnnotatedDatasets(int index)The list of annotated datasets to return.AnnotatedDatasetListAnnotatedDatasetsResponseOrBuilder. getAnnotatedDatasets(int index)The list of annotated datasets to return.static AnnotatedDatasetAnnotatedDataset. getDefaultInstance()AnnotatedDatasetAnnotatedDataset.Builder. getDefaultInstanceForType()AnnotatedDatasetAnnotatedDataset. getDefaultInstanceForType()static AnnotatedDatasetAnnotatedDataset. parseDelimitedFrom(InputStream input)static AnnotatedDatasetAnnotatedDataset. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnnotatedDatasetAnnotatedDataset. parseFrom(byte[] data)static AnnotatedDatasetAnnotatedDataset. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnnotatedDatasetAnnotatedDataset. parseFrom(com.google.protobuf.ByteString data)static AnnotatedDatasetAnnotatedDataset. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnnotatedDatasetAnnotatedDataset. parseFrom(com.google.protobuf.CodedInputStream input)static AnnotatedDatasetAnnotatedDataset. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnnotatedDatasetAnnotatedDataset. parseFrom(InputStream input)static AnnotatedDatasetAnnotatedDataset. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnnotatedDatasetAnnotatedDataset. parseFrom(ByteBuffer data)static AnnotatedDatasetAnnotatedDataset. 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.BuilderListAnnotatedDatasetsResponse.Builder. addAnnotatedDatasets(int index, AnnotatedDataset value)The list of annotated datasets to return.ListAnnotatedDatasetsResponse.BuilderListAnnotatedDatasetsResponse.Builder. addAnnotatedDatasets(AnnotatedDataset value)The list of annotated datasets to return.AnnotatedDataset.BuilderAnnotatedDataset.Builder. mergeFrom(AnnotatedDataset other)static AnnotatedDataset.BuilderAnnotatedDataset. newBuilder(AnnotatedDataset prototype)ListAnnotatedDatasetsResponse.BuilderListAnnotatedDatasetsResponse.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.BuilderListAnnotatedDatasetsResponse.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.ListAnnotatedDatasetsPageDataLabelingServiceClient.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 voidDataLabelingServiceGrpc.AsyncService. getAnnotatedDataset(GetAnnotatedDatasetRequest request, io.grpc.stub.StreamObserver<AnnotatedDataset> responseObserver)Gets an annotated dataset by resource name.voidDataLabelingServiceGrpc.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.
-