public sealed class NotebookExecutionJob.Types.CustomEnvironmentSpec : IMessage<NotebookExecutionJob.Types.CustomEnvironmentSpec>, IEquatable<NotebookExecutionJob.Types.CustomEnvironmentSpec>, IDeepCloneable<NotebookExecutionJob.Types.CustomEnvironmentSpec>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class NotebookExecutionJob.Types.CustomEnvironmentSpec.
Compute configuration to use for an execution job.
Implements
IMessageNotebookExecutionJobTypesCustomEnvironmentSpec, IEquatableNotebookExecutionJobTypesCustomEnvironmentSpec, IDeepCloneableNotebookExecutionJobTypesCustomEnvironmentSpec, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
CustomEnvironmentSpec()
public CustomEnvironmentSpec()
CustomEnvironmentSpec(CustomEnvironmentSpec)
public CustomEnvironmentSpec(NotebookExecutionJob.Types.CustomEnvironmentSpec other)
Parameter | |
---|---|
Name | Description |
other |
NotebookExecutionJobTypesCustomEnvironmentSpec |
Properties
MachineSpec
public MachineSpec MachineSpec { get; set; }
The specification of a single machine for the execution job.
Property Value | |
---|---|
Type | Description |
MachineSpec |
NetworkSpec
public NetworkSpec NetworkSpec { get; set; }
The network configuration to use for the execution job.
Property Value | |
---|---|
Type | Description |
NetworkSpec |
PersistentDiskSpec
public PersistentDiskSpec PersistentDiskSpec { get; set; }
The specification of a persistent disk to attach for the execution job.
Property Value | |
---|---|
Type | Description |
PersistentDiskSpec |