public sealed class NasJobOutput : IMessage<NasJobOutput>, IEquatable<NasJobOutput>, IDeepCloneable<NasJobOutput>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class NasJobOutput.
Represents a uCAIP NasJob output.
Implements
IMessageNasJobOutput, IEquatableNasJobOutput, IDeepCloneableNasJobOutput, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
NasJobOutput()
public NasJobOutput()NasJobOutput(NasJobOutput)
public NasJobOutput(NasJobOutput other)| Parameter | |
|---|---|
| Name | Description |
other |
NasJobOutput |
Properties
MultiTrialJobOutput
public NasJobOutput.Types.MultiTrialJobOutput MultiTrialJobOutput { get; set; }Output only. The output of this multi-trial Neural Architecture Search (NAS) job.
| Property Value | |
|---|---|
| Type | Description |
NasJobOutputTypesMultiTrialJobOutput |
|
OutputCase
public NasJobOutput.OutputOneofCase OutputCase { get; }| Property Value | |
|---|---|
| Type | Description |
NasJobOutputOutputOneofCase |
|