Class MigratableResource.Types.AutomlModel (1.7.0)

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

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