Interface protos.google.cloud.automl.v1.IDataset (4.0.1)
Stay organized with collections
Save and categorize content based on your preferences.
Package
@google-cloud/automl
Properties
createTime
createTime?: (google.protobuf.ITimestamp|null);
description
description?: (string|null);
displayName
displayName?: (string|null);
etag
exampleCount
exampleCount?: (number|null);
imageClassificationDatasetMetadata?: (google.cloud.automl.v1.IImageClassificationDatasetMetadata|null);
Dataset imageClassificationDatasetMetadata
imageObjectDetectionDatasetMetadata?: (google.cloud.automl.v1.IImageObjectDetectionDatasetMetadata|null);
Dataset imageObjectDetectionDatasetMetadata
labels
labels?: ({ [k: string]: string }|null);
name
textClassificationDatasetMetadata
textClassificationDatasetMetadata?: (google.cloud.automl.v1.ITextClassificationDatasetMetadata|null);
Dataset textClassificationDatasetMetadata
textExtractionDatasetMetadata?: (google.cloud.automl.v1.ITextExtractionDatasetMetadata|null);
Dataset textExtractionDatasetMetadata
textSentimentDatasetMetadata
textSentimentDatasetMetadata?: (google.cloud.automl.v1.ITextSentimentDatasetMetadata|null);
Dataset textSentimentDatasetMetadata
translationDatasetMetadata?: (google.cloud.automl.v1.ITranslationDatasetMetadata|null);
Dataset translationDatasetMetadata
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-07 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Interface protos.google.cloud.automl.v1.IDataset (4.0.1)\n\nVersion latestkeyboard_arrow_down\n\n- [4.0.1 (latest)](/nodejs/docs/reference/automl/latest/automl/protos.google.cloud.automl.v1.idataset)\n- [4.0.0](/nodejs/docs/reference/automl/4.0.0/automl/protos.google.cloud.automl.v1.idataset)\n- [3.1.2](/nodejs/docs/reference/automl/3.1.2/automl/protos.google.cloud.automl.v1.idataset)\n- [2.5.2](/nodejs/docs/reference/automl/2.5.2/automl/protos.google.cloud.automl.v1.idataset)\n- [2.4.5](/nodejs/docs/reference/automl/2.4.5/automl/protos.google.cloud.automl.v1.idataset) \nProperties of a Dataset.\n\nPackage\n-------\n\n[@google-cloud/automl](../overview.html)\n\nProperties\n----------\n\n### createTime\n\n createTime?: (google.protobuf.ITimestamp|null);\n\nDataset createTime\n\n### description\n\n description?: (string|null);\n\nDataset description\n\n### displayName\n\n displayName?: (string|null);\n\nDataset displayName\n\n### etag\n\n etag?: (string|null);\n\nDataset etag\n\n### exampleCount\n\n exampleCount?: (number|null);\n\nDataset exampleCount\n\n### imageClassificationDatasetMetadata\n\n imageClassificationDatasetMetadata?: (google.cloud.automl.v1.IImageClassificationDatasetMetadata|null);\n\nDataset imageClassificationDatasetMetadata\n\n### imageObjectDetectionDatasetMetadata\n\n imageObjectDetectionDatasetMetadata?: (google.cloud.automl.v1.IImageObjectDetectionDatasetMetadata|null);\n\nDataset imageObjectDetectionDatasetMetadata\n\n### labels\n\n labels?: ({ [k: string]: string }|null);\n\nDataset labels\n\n### name\n\n name?: (string|null);\n\nDataset name\n\n### textClassificationDatasetMetadata\n\n textClassificationDatasetMetadata?: (google.cloud.automl.v1.ITextClassificationDatasetMetadata|null);\n\nDataset textClassificationDatasetMetadata\n\n### textExtractionDatasetMetadata\n\n textExtractionDatasetMetadata?: (google.cloud.automl.v1.ITextExtractionDatasetMetadata|null);\n\nDataset textExtractionDatasetMetadata\n\n### textSentimentDatasetMetadata\n\n textSentimentDatasetMetadata?: (google.cloud.automl.v1.ITextSentimentDatasetMetadata|null);\n\nDataset textSentimentDatasetMetadata\n\n### translationDatasetMetadata\n\n translationDatasetMetadata?: (google.cloud.automl.v1.ITranslationDatasetMetadata|null);\n\nDataset translationDatasetMetadata"]]