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 v1beta1 API class MigratableResource.Types.AutomlModel.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This document provides reference information for the `MigratableResource.Types.AutomlModel` class within the Google Cloud AI Platform v1beta1 API, specifically in the .NET environment."],["The `AutomlModel` class represents a Model from automl.googleapis.com and inherits from the `object` class, while also implementing several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has two constructors: a default one (`AutomlModel()`) and one that accepts another `AutomlModel` instance (`AutomlModel(AutomlModel)`), used to create copies."],["Key properties of the `AutomlModel` class include `Model`, which stores the full resource name of the AutoML model, `ModelAsAutoMLModelName`, which offers a typed view of the model resource name, and `ModelDisplayName`, which holds the model's display name."],["The `AutomlModel` class belongs to the `Google.Cloud.AIPlatform.V1Beta1` namespace and is located within the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]