Google AutoML v1 API - Class UndeployModelRequest (3.5.0)

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

Reference documentation and code samples for the Google AutoML v1 API class UndeployModelRequest.

Request message for [AutoMl.UndeployModel][google.cloud.automl.v1.AutoMl.UndeployModel].

Inheritance

object > UndeployModelRequest

Namespace

Google.Cloud.AutoML.V1

Assembly

Google.Cloud.AutoML.V1.dll

Constructors

UndeployModelRequest()

public UndeployModelRequest()

UndeployModelRequest(UndeployModelRequest)

public UndeployModelRequest(UndeployModelRequest other)
Parameter
Name Description
other UndeployModelRequest

Properties

ModelName

public ModelName ModelName { get; set; }

ModelName-typed view over the Name resource name property.

Property Value
Type Description
ModelName

Name

public string Name { get; set; }

Required. Resource name of the model to undeploy.

Property Value
Type Description
string

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.