public sealed class RecommendSpecRequest : IMessage<RecommendSpecRequest>, IEquatable<RecommendSpecRequest>, IDeepCloneable<RecommendSpecRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class RecommendSpecRequest.
Request message for [ModelService.RecommendSpec][google.cloud.aiplatform.v1beta1.ModelService.RecommendSpec].
Implements
IMessageRecommendSpecRequest, IEquatableRecommendSpecRequest, IDeepCloneableRecommendSpecRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
RecommendSpecRequest()
public RecommendSpecRequest()RecommendSpecRequest(RecommendSpecRequest)
public RecommendSpecRequest(RecommendSpecRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
RecommendSpecRequest |
Properties
CheckMachineAvailability
public bool CheckMachineAvailability { get; set; }Optional. If true, check machine availability for the recommended regions. Only return the machine spec in regions where the machine is available.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
CheckUserQuota
public bool CheckUserQuota { get; set; }Optional. If true, check user quota for the recommended regions. Returns all the machine spec in regions they are available, and also the user quota state for each machine type in each region.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
GcsUri
public string GcsUri { get; set; }Required. The Google Cloud Storage URI of the custom model, storing weights and config files (which can be used to infer the base model).
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The resource name of the Location from which to recommend specs.
The users must have permission to make a call in the project.
Format:
projects/{project}/locations/{location}.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|