Class ClusterLifeCycleConfig
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.ClusterLifeCycleConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ClusterLifeCycleConfig.Builder,ClusterLifeCycleConfig>
@Generated("software.amazon.awssdk:codegen") public final class ClusterLifeCycleConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ClusterLifeCycleConfig.Builder,ClusterLifeCycleConfig>
The LifeCycle configuration for a SageMaker HyperPod cluster.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceClusterLifeCycleConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ClusterLifeCycleConfig.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringonCreate()The directory of the LifeCycle script underSourceS3Uri.List<SdkField<?>>sdkFields()static Class<? extends ClusterLifeCycleConfig.Builder>serializableBuilderClass()StringsourceS3Uri()An Amazon S3 bucket path where your LifeCycle scripts are stored.ClusterLifeCycleConfig.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
sourceS3Uri
public final String sourceS3Uri()
An Amazon S3 bucket path where your LifeCycle scripts are stored.
- Returns:
- An Amazon S3 bucket path where your LifeCycle scripts are stored.
-
onCreate
public final String onCreate()
The directory of the LifeCycle script under
SourceS3Uri. This LifeCycle script runs during cluster creation.- Returns:
- The directory of the LifeCycle script under
SourceS3Uri. This LifeCycle script runs during cluster creation.
-
toBuilder
public ClusterLifeCycleConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ClusterLifeCycleConfig.Builder,ClusterLifeCycleConfig>
-
builder
public static ClusterLifeCycleConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends ClusterLifeCycleConfig.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-