Class GetModelRequest (1.2.0)

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

Request message for [ModelService.GetModel][google.cloud.aiplatform.v1.ModelService.GetModel].

Inheritance

Object > GetModelRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

GetModelRequest()

public GetModelRequest()

GetModelRequest(GetModelRequest)

public GetModelRequest(GetModelRequest other)
Parameter
NameDescription
otherGetModelRequest

Properties

ModelName

public ModelName ModelName { get; set; }

ModelName-typed view over the Name resource name property.

Property Value
TypeDescription
ModelName

Name

public string Name { get; set; }

Required. The name of the Model resource. Format: projects/{project}/locations/{location}/models/{model}

Property Value
TypeDescription
String