public sealed class ReasoningEngineSpec.Types.BuildSpec : IMessage<ReasoningEngineSpec.Types.BuildSpec>, IEquatable<ReasoningEngineSpec.Types.BuildSpec>, IDeepCloneable<ReasoningEngineSpec.Types.BuildSpec>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1 API class ReasoningEngineSpec.Types.BuildSpec.
Specification for building container image.
Implements
IMessageReasoningEngineSpecTypesBuildSpec, IEquatableReasoningEngineSpecTypesBuildSpec, IDeepCloneableReasoningEngineSpecTypesBuildSpec, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.dll
Constructors
BuildSpec()
public BuildSpec()BuildSpec(BuildSpec)
public BuildSpec(ReasoningEngineSpec.Types.BuildSpec other)| Parameter | |
|---|---|
| Name | Description |
other |
ReasoningEngineSpecTypesBuildSpec |
Properties
ServiceAccount
public string ServiceAccount { get; set; }Optional. The service account that Cloud Build uses to run the build.
This field is only applicable when worker_pool is specified (i.e., for
custom worker pools). If worker_pool is not specified, this field is
ignored and the build runs using the Google-managed service agent.
Format: projects/{project}/serviceAccounts/{service_account} or
{service_account}@{project}.iam.gserviceaccount.com
| Property Value | |
|---|---|
| Type | Description |
string |
|
WorkerPool
public string WorkerPool { get; set; }Optional. The resource name of the Cloud Build WorkerPool to use for
the build.
Format:
projects/{project}/locations/{location}/workerPools/{worker_pool}
| Property Value | |
|---|---|
| Type | Description |
string |
|