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

public sealed class MigratableResource.Types.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(AutomlModel)

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

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