Home
last modified time | relevance | path

Searched defs:basicConfig (Results 1 – 15 of 15) sorted by relevance

/external/google-cloud-java/java-datalabeling/samples/snippets/generated/com/google/cloud/datalabeling/v1beta1/datalabelingservice/labelvideo/
DSyncLabelVideoDatasetnameHumanannotationconfigLabelvideorequestfeature.java41 HumanAnnotationConfig basicConfig = HumanAnnotationConfig.newBuilder().build(); in syncLabelVideoDatasetnameHumanannotationconfigLabelvideorequestfeature() local
DSyncLabelVideoStringHumanannotationconfigLabelvideorequestfeature.java41 HumanAnnotationConfig basicConfig = HumanAnnotationConfig.newBuilder().build(); in syncLabelVideoStringHumanannotationconfigLabelvideorequestfeature() local
/external/aws-sdk-java-v2/codegen/src/test/java/software/amazon/awssdk/codegen/poet/model/
DDeprecatedNameTest.java48 …CustomizationConfig basicConfig = ModelLoaderUtils.loadModel(CustomizationConfig.class, customizat… in runTest() local
DCustomSdkShapesCodegenTest.java47 …CustomizationConfig basicConfig = ModelLoaderUtils.loadModel(CustomizationConfig.class, customizat… in setUp() local
DAwsModelSpecTest.java70 …CustomizationConfig basicConfig = ModelLoaderUtils.loadModel(CustomizationConfig.class, customizat… in setUp() local
/external/google-cloud-java/java-datalabeling/samples/snippets/generated/com/google/cloud/datalabeling/v1beta1/datalabelingservice/labelimage/
DSyncLabelImageDatasetnameHumanannotationconfigLabelimagerequestfeature.java41 HumanAnnotationConfig basicConfig = HumanAnnotationConfig.newBuilder().build(); in syncLabelImageDatasetnameHumanannotationconfigLabelimagerequestfeature() local
DSyncLabelImageStringHumanannotationconfigLabelimagerequestfeature.java41 HumanAnnotationConfig basicConfig = HumanAnnotationConfig.newBuilder().build(); in syncLabelImageStringHumanannotationconfigLabelimagerequestfeature() local
/external/google-cloud-java/java-datalabeling/samples/snippets/generated/com/google/cloud/datalabeling/v1beta1/datalabelingservice/labeltext/
DSyncLabelTextDatasetnameHumanannotationconfigLabeltextrequestfeature.java41 HumanAnnotationConfig basicConfig = HumanAnnotationConfig.newBuilder().build(); in syncLabelTextDatasetnameHumanannotationconfigLabeltextrequestfeature() local
DSyncLabelTextStringHumanannotationconfigLabeltextrequestfeature.java41 HumanAnnotationConfig basicConfig = HumanAnnotationConfig.newBuilder().build(); in syncLabelTextStringHumanannotationconfigLabeltextrequestfeature() local
/external/google-cloud-java/java-datalabeling/google-cloud-datalabeling/src/test/java/com/google/cloud/datalabeling/v1beta1/
DDataLabelingServiceClientTest.java1225 HumanAnnotationConfig basicConfig = HumanAnnotationConfig.newBuilder().build(); in labelImageTest() local
1251 HumanAnnotationConfig basicConfig = HumanAnnotationConfig.newBuilder().build(); in labelImageExceptionTest() local
1288 HumanAnnotationConfig basicConfig = HumanAnnotationConfig.newBuilder().build(); in labelImageTest2() local
1314 HumanAnnotationConfig basicConfig = HumanAnnotationConfig.newBuilder().build(); in labelImageExceptionTest2() local
1351 HumanAnnotationConfig basicConfig = HumanAnnotationConfig.newBuilder().build(); in labelVideoTest() local
1377 HumanAnnotationConfig basicConfig = HumanAnnotationConfig.newBuilder().build(); in labelVideoExceptionTest() local
1414 HumanAnnotationConfig basicConfig = HumanAnnotationConfig.newBuilder().build(); in labelVideoTest2() local
1440 HumanAnnotationConfig basicConfig = HumanAnnotationConfig.newBuilder().build(); in labelVideoExceptionTest2() local
1477 HumanAnnotationConfig basicConfig = HumanAnnotationConfig.newBuilder().build(); in labelTextTest() local
1503 HumanAnnotationConfig basicConfig = HumanAnnotationConfig.newBuilder().build(); in labelTextExceptionTest() local
[all …]
/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Ddatalabeling.v1beta1.json1807 "basicConfig": { object
1818 "basicConfig": { object
1829 "basicConfig": { object
1840 "basicConfig": { object
1851 "basicConfig": { object
1862 "basicConfig": { object
1968 "basicConfig": { object
1979 "basicConfig": { object
1990 "basicConfig": { object
2001 "basicConfig": { object
[all …]
/external/google-cloud-java/java-datalabeling/google-cloud-datalabeling/src/main/java/com/google/cloud/datalabeling/v1beta1/
DDataLabelingServiceClient.java1860 DatasetName parent, HumanAnnotationConfig basicConfig, LabelImageRequest.Feature feature) { in labelImageAsync()
1899 String parent, HumanAnnotationConfig basicConfig, LabelImageRequest.Feature feature) { in labelImageAsync()
2030 DatasetName parent, HumanAnnotationConfig basicConfig, LabelVideoRequest.Feature feature) { in labelVideoAsync()
2069 String parent, HumanAnnotationConfig basicConfig, LabelVideoRequest.Feature feature) { in labelVideoAsync()
2200 DatasetName parent, HumanAnnotationConfig basicConfig, LabelTextRequest.Feature feature) { in labelTextAsync()
2239 String parent, HumanAnnotationConfig basicConfig, LabelTextRequest.Feature feature) { in labelTextAsync()
/external/deqp/modules/egl/
DteglGLES2SharedRenderingPerfTests.cpp1106 TestConfig basicConfig; in init() local
/external/python/cpython2/Lib/logging/
D__init__.py1514 def basicConfig(**kwargs): function
/external/python/cpython3/Lib/logging/
D__init__.py1953 def basicConfig(**kwargs): function