Cloud AI Platform v1 API - Class MigratableResource.Types.AutomlModel (2.6.0)

public sealed class AutomlModel : IMessage<MigratableResource.Types.AutomlModel>, IEquatable<MigratableResource.Types.AutomlModel>, IDeepCloneable<MigratableResource.Types.AutomlModel>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class MigratableResource.Types.AutomlModel.

Represents one Model in automl.googleapis.com.

Inheritance

Object > MigratableResource.Types.AutomlModel

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

AutomlModel()

public AutomlModel()

AutomlModel(MigratableResource.Types.AutomlModel)

public AutomlModel(MigratableResource.Types.AutomlModel other)
Parameter
NameDescription
otherMigratableResource.Types.AutomlModel

Properties

Model

public string Model { get; set; }

Full resource name of automl Model. Format: projects/{project}/locations/{location}/models/{model}.

Property Value
TypeDescription
String

ModelDisplayName

public string ModelDisplayName { get; set; }

The Model's display name in automl.googleapis.com.

Property Value
TypeDescription
String