public sealed class AutomlDataset : IMessage<MigratableResource.Types.AutomlDataset>, IEquatable<MigratableResource.Types.AutomlDataset>, IDeepCloneable<MigratableResource.Types.AutomlDataset>, IBufferMessage, IMessageReference documentation and code samples for the Cloud AI Platform v1 API class MigratableResource.Types.AutomlDataset.
Represents one Dataset in automl.googleapis.com.
Implements
IMessage<MigratableResource.Types.AutomlDataset>, IEquatable<MigratableResource.Types.AutomlDataset>, IDeepCloneable<MigratableResource.Types.AutomlDataset>, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.dll
Constructors
AutomlDataset()
public AutomlDataset()AutomlDataset(MigratableResource.Types.AutomlDataset)
public AutomlDataset(MigratableResource.Types.AutomlDataset other)| Parameter | |
|---|---|
| Name | Description |
other |
MigratableResource.Types.AutomlDataset |
Properties
Dataset
public string Dataset { get; set; }Full resource name of automl Dataset.
Format:
projects/{project}/locations/{location}/datasets/{dataset}.
| Property Value | |
|---|---|
| Type | Description |
String |
|
DatasetDisplayName
public string DatasetDisplayName { get; set; }The Dataset's display name in automl.googleapis.com.
| Property Value | |
|---|---|
| Type | Description |
String |
|