Cloud AI Platform v1 API - Class AutoMlTables (2.27.0)

public sealed class AutoMlTables : IMessage<AutoMlTables>, IEquatable<AutoMlTables>, IDeepCloneable<AutoMlTables>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class AutoMlTables.

A TrainingJob that trains and uploads an AutoML Tables Model.

Inheritance

object > AutoMlTables

Namespace

Google.Cloud.AIPlatform.V1.Schema.TrainingJob.Definition

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

AutoMlTables()

public AutoMlTables()

AutoMlTables(AutoMlTables)

public AutoMlTables(AutoMlTables other)
Parameter
NameDescription
otherAutoMlTables

Properties

Inputs

public AutoMlTablesInputs Inputs { get; set; }

The input parameters of this TrainingJob.

Property Value
TypeDescription
AutoMlTablesInputs

Metadata

public AutoMlTablesMetadata Metadata { get; set; }

The metadata information.

Property Value
TypeDescription
AutoMlTablesMetadata