Represents a Dataset.
Package
@google-cloud/automl!Constructors
(constructor)(properties)
constructor(properties?: google.cloud.automl.v1.IDataset);
Constructs a new Dataset.
Name | Description |
properties |
IDataset
Properties to set |
Properties
createTime
public createTime?: (google.protobuf.ITimestamp|null);
Dataset createTime.
Type | Description |
(google.protobuf.ITimestamp|null) |
datasetMetadata
public datasetMetadata?: ("translationDatasetMetadata"|"imageClassificationDatasetMetadata"|"textClassificationDatasetMetadata"|"imageObjectDetectionDatasetMetadata"|"textExtractionDatasetMetadata"|"textSentimentDatasetMetadata");
Dataset datasetMetadata.
Type | Description |
("translationDatasetMetadata"|"imageClassificationDatasetMetadata"|"textClassificationDatasetMetadata"|"imageObjectDetectionDatasetMetadata"|"textExtractionDatasetMetadata"|"textSentimentDatasetMetadata") |
description
public description: string;
Dataset description.
Type | Description |
string |
displayName
public displayName: string;
Dataset displayName.
Type | Description |
string |
etag
public etag: string;
Dataset etag.
Type | Description |
string |
exampleCount
public exampleCount: number;
Dataset exampleCount.
Type | Description |
number |
imageClassificationDatasetMetadata
public imageClassificationDatasetMetadata?: (google.cloud.automl.v1.IImageClassificationDatasetMetadata|null);
Dataset imageClassificationDatasetMetadata.
Type | Description |
(google.cloud.automl.v1.IImageClassificationDatasetMetadata|null) |
imageObjectDetectionDatasetMetadata
public imageObjectDetectionDatasetMetadata?: (google.cloud.automl.v1.IImageObjectDetectionDatasetMetadata|null);
Dataset imageObjectDetectionDatasetMetadata.
Type | Description |
(google.cloud.automl.v1.IImageObjectDetectionDatasetMetadata|null) |
labels
public labels: { [k: string]: string };
Dataset labels.
Type | Description |
{ [k: string]: string } |
name
public name: string;
Dataset name.
Type | Description |
string |
textClassificationDatasetMetadata
public textClassificationDatasetMetadata?: (google.cloud.automl.v1.ITextClassificationDatasetMetadata|null);
Dataset textClassificationDatasetMetadata.
Type | Description |
(google.cloud.automl.v1.ITextClassificationDatasetMetadata|null) |
textExtractionDatasetMetadata
public textExtractionDatasetMetadata?: (google.cloud.automl.v1.ITextExtractionDatasetMetadata|null);
Dataset textExtractionDatasetMetadata.
Type | Description |
(google.cloud.automl.v1.ITextExtractionDatasetMetadata|null) |
textSentimentDatasetMetadata
public textSentimentDatasetMetadata?: (google.cloud.automl.v1.ITextSentimentDatasetMetadata|null);
Dataset textSentimentDatasetMetadata.
Type | Description |
(google.cloud.automl.v1.ITextSentimentDatasetMetadata|null) |
translationDatasetMetadata
public translationDatasetMetadata?: (google.cloud.automl.v1.ITranslationDatasetMetadata|null);
Dataset translationDatasetMetadata.
Type | Description |
(google.cloud.automl.v1.ITranslationDatasetMetadata|null) |
Methods
create(properties)
public static create(properties?: google.cloud.automl.v1.IDataset): google.cloud.automl.v1.Dataset;
Creates a new Dataset instance using the specified properties.
Name | Description |
properties |
IDataset
Properties to set |
Type | Description |
google.cloud.automl.v1.Dataset | Dataset instance |
decode(reader, length)
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.automl.v1.Dataset;
Decodes a Dataset message from the specified reader or buffer.
Name | Description |
reader |
($protobuf.Reader|Uint8Array)
Reader or buffer to decode from |
length |
number
Message length if known beforehand |
Type | Description |
google.cloud.automl.v1.Dataset | Dataset |
decodeDelimited(reader)
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.automl.v1.Dataset;
Decodes a Dataset message from the specified reader or buffer, length delimited.
Name | Description |
reader |
($protobuf.Reader|Uint8Array)
Reader or buffer to decode from |
Type | Description |
google.cloud.automl.v1.Dataset | Dataset |
encode(message, writer)
public static encode(message: google.cloud.automl.v1.IDataset, writer?: $protobuf.Writer): $protobuf.Writer;
Encodes the specified Dataset message. Does not implicitly messages.
Name | Description |
message |
IDataset
Dataset message or plain object to encode |
writer |
$protobuf.Writer
Writer to encode to |
Type | Description |
$protobuf.Writer | Writer |
encodeDelimited(message, writer)
public static encodeDelimited(message: google.cloud.automl.v1.IDataset, writer?: $protobuf.Writer): $protobuf.Writer;
Encodes the specified Dataset message, length delimited. Does not implicitly messages.
Name | Description |
message |
IDataset
Dataset message or plain object to encode |
writer |
$protobuf.Writer
Writer to encode to |
Type | Description |
$protobuf.Writer | Writer |
fromObject(object)
public static fromObject(object: { [k: string]: any }): google.cloud.automl.v1.Dataset;
Creates a Dataset message from a plain object. Also converts values to their respective internal types.
Name | Description |
object |
{ [k: string]: any }
Plain object |
Type | Description |
google.cloud.automl.v1.Dataset | Dataset |
toJSON()
public toJSON(): { [k: string]: any };
Converts this Dataset to JSON.
Type | Description |
{ [k: string]: any } | JSON object |
toObject(message, options)
public static toObject(message: google.cloud.automl.v1.Dataset, options?: $protobuf.IConversionOptions): { [k: string]: any };
Creates a plain object from a Dataset message. Also converts values to other types if specified.
Name | Description |
message |
google.cloud.automl.v1.Dataset
Dataset |
options |
$protobuf.IConversionOptions
Conversion options |
Type | Description |
{ [k: string]: any } | Plain object |
verify(message)
public static verify(message: { [k: string]: any }): (string|null);
Verifies a Dataset message.
Name | Description |
message |
{ [k: string]: any }
Plain object to verify |
Type | Description |
(string|null) |
|