Vertex AI v1beta1 API - Class FlexStart (1.0.0-beta39)

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

Reference documentation and code samples for the Vertex AI v1beta1 API class FlexStart.

FlexStart is used to schedule the deployment workload on DWS resource. It contains the max duration of the deployment.

Inheritance

object > FlexStart

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

FlexStart()

public FlexStart()

FlexStart(FlexStart)

public FlexStart(FlexStart other)
Parameter
Name Description
other FlexStart

Properties

MaxRuntimeDuration

public Duration MaxRuntimeDuration { get; set; }

The max duration of the deployment is max_runtime_duration. The deployment will be terminated after the duration. The max_runtime_duration can be set up to 7 days.

Property Value
Type Description
Duration