Interface SageMakerTrainingJobStateChange.SageMakerTrainingJobStateChangeProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
SageMakerTrainingJobStateChange.SageMakerTrainingJobStateChangeProps.Jsii$Proxy
- Enclosing class:
SageMakerTrainingJobStateChange
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.sagemaker.events.*;
SageMakerTrainingJobStateChangeProps sageMakerTrainingJobStateChangeProps = SageMakerTrainingJobStateChangeProps.builder()
.algorithmSpecification(AlgorithmSpecification.builder()
.trainingImage(List.of("trainingImage"))
.trainingInputMode(List.of("trainingInputMode"))
.build())
.creationTime(List.of("creationTime"))
.eventMetadata(AWSEventMetadataProps.builder()
.region(List.of("region"))
.resources(List.of("resources"))
.version(List.of("version"))
.build())
.hyperParameters(List.of("hyperParameters"))
.inputDataConfig(List.of(SageMakerTrainingJobStateChangeItem.builder()
.channelName(List.of("channelName"))
.compressionType(List.of("compressionType"))
.contentType(List.of("contentType"))
.dataSource(DataSource.builder()
.s3DataSource(S3DataSource.builder()
.s3DataDistributionType(List.of("s3DataDistributionType"))
.s3DataType(List.of("s3DataType"))
.s3Uri(List.of("s3Uri"))
.build())
.build())
.recordWrapperType(List.of("recordWrapperType"))
.build()))
.lastModifiedTime(List.of("lastModifiedTime"))
.modelArtifacts(ModelArtifacts.builder()
.s3ModelArtifacts(List.of("s3ModelArtifacts"))
.build())
.outputDataConfig(OutputDataConfig.builder()
.s3OutputPath(List.of("s3OutputPath"))
.build())
.resourceConfig(ResourceConfig.builder()
.instanceCount(List.of("instanceCount"))
.instanceType(List.of("instanceType"))
.volumeSizeInGb(List.of("volumeSizeInGb"))
.build())
.roleArn(List.of("roleArn"))
.secondaryStatus(List.of("secondaryStatus"))
.secondaryStatusTransitions(List.of(SageMakerTrainingJobStateChangeItem1.builder()
.startTime(List.of("startTime"))
.status(List.of("status"))
.statusMessage(List.of("statusMessage"))
.build()))
.stoppingCondition(StoppingCondition.builder()
.maxRuntimeInSeconds(List.of("maxRuntimeInSeconds"))
.build())
.tags(List.of(Tags.builder()
.key(List.of("key"))
.value(List.of("value"))
.build()))
.trainingEndTime(List.of("trainingEndTime"))
.trainingJobArn(List.of("trainingJobArn"))
.trainingJobName(List.of("trainingJobName"))
.trainingJobStatus(List.of("trainingJobStatus"))
.trainingStartTime(List.of("trainingStartTime"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forSageMakerTrainingJobStateChange.SageMakerTrainingJobStateChangeProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) AlgorithmSpecification property.(experimental) CreationTime property.default AWSEventMetadataProps(experimental) EventBridge event metadata.(experimental) HyperParameters property.(experimental) InputDataConfig property.(experimental) LastModifiedTime property.(experimental) ModelArtifacts property.(experimental) OutputDataConfig property.(experimental) ResourceConfig property.(experimental) RoleArn property.(experimental) SecondaryStatus property.(experimental) SecondaryStatusTransitions property.(experimental) StoppingCondition property.default List<SageMakerTrainingJobStateChange.Tags> getTags()(experimental) Tags property.(experimental) TrainingEndTime property.(experimental) TrainingJobArn property.(experimental) TrainingJobName property.(experimental) TrainingJobStatus property.(experimental) TrainingStartTime property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAlgorithmSpecification
@Stability(Experimental) @Nullable default SageMakerTrainingJobStateChange.AlgorithmSpecification getAlgorithmSpecification()(experimental) AlgorithmSpecification property.Specify an array of string values to match this event if the actual value of AlgorithmSpecification is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getCreationTime
(experimental) CreationTime property.Specify an array of string values to match this event if the actual value of CreationTime is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getEventMetadata
(experimental) EventBridge event metadata.Default: - -
-
getHyperParameters
(experimental) HyperParameters property.Specify an array of string values to match this event if the actual value of HyperParameters is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getInputDataConfig
@Stability(Experimental) @Nullable default List<SageMakerTrainingJobStateChange.SageMakerTrainingJobStateChangeItem> getInputDataConfig()(experimental) InputDataConfig property.Specify an array of string values to match this event if the actual value of InputDataConfig is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getLastModifiedTime
(experimental) LastModifiedTime property.Specify an array of string values to match this event if the actual value of LastModifiedTime is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getModelArtifacts
@Stability(Experimental) @Nullable default SageMakerTrainingJobStateChange.ModelArtifacts getModelArtifacts()(experimental) ModelArtifacts property.Specify an array of string values to match this event if the actual value of ModelArtifacts is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getOutputDataConfig
@Stability(Experimental) @Nullable default SageMakerTrainingJobStateChange.OutputDataConfig getOutputDataConfig()(experimental) OutputDataConfig property.Specify an array of string values to match this event if the actual value of OutputDataConfig is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getResourceConfig
@Stability(Experimental) @Nullable default SageMakerTrainingJobStateChange.ResourceConfig getResourceConfig()(experimental) ResourceConfig property.Specify an array of string values to match this event if the actual value of ResourceConfig is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getRoleArn
(experimental) RoleArn property.Specify an array of string values to match this event if the actual value of RoleArn is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getSecondaryStatus
(experimental) SecondaryStatus property.Specify an array of string values to match this event if the actual value of SecondaryStatus is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getSecondaryStatusTransitions
@Stability(Experimental) @Nullable default List<SageMakerTrainingJobStateChange.SageMakerTrainingJobStateChangeItem1> getSecondaryStatusTransitions()(experimental) SecondaryStatusTransitions property.Specify an array of string values to match this event if the actual value of SecondaryStatusTransitions is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getStoppingCondition
@Stability(Experimental) @Nullable default SageMakerTrainingJobStateChange.StoppingCondition getStoppingCondition()(experimental) StoppingCondition property.Specify an array of string values to match this event if the actual value of StoppingCondition is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getTags
(experimental) Tags property.Specify an array of string values to match this event if the actual value of Tags is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getTrainingEndTime
(experimental) TrainingEndTime property.Specify an array of string values to match this event if the actual value of TrainingEndTime is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getTrainingJobArn
(experimental) TrainingJobArn property.Specify an array of string values to match this event if the actual value of TrainingJobArn is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getTrainingJobName
(experimental) TrainingJobName property.Specify an array of string values to match this event if the actual value of TrainingJobName is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getTrainingJobStatus
(experimental) TrainingJobStatus property.Specify an array of string values to match this event if the actual value of TrainingJobStatus is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getTrainingStartTime
(experimental) TrainingStartTime property.Specify an array of string values to match this event if the actual value of TrainingStartTime is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
@Stability(Experimental) static SageMakerTrainingJobStateChange.SageMakerTrainingJobStateChangeProps.Builder builder()
-