interface SageMakerTrainingJobStateChangeProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.SageMaker.Events.SageMakerTrainingJobStateChange.SageMakerTrainingJobStateChangeProps |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awssagemaker/events#SageMakerTrainingJobStateChange_SageMakerTrainingJobStateChangeProps |
Java | software.amazon.awscdk.mixins.preview.services.sagemaker.events.SageMakerTrainingJobStateChange.SageMakerTrainingJobStateChangeProps |
Python | aws_cdk.mixins_preview.aws_sagemaker.events.SageMakerTrainingJobStateChange.SageMakerTrainingJobStateChangeProps |
TypeScript | @aws-cdk/mixins-preview ยป aws_sagemaker ยป events ยป SageMakerTrainingJobStateChange ยป SageMakerTrainingJobStateChangeProps |
Props type for aws.sagemaker@SageMakerTrainingJobStateChange event.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { events as sagemaker_events } from '@aws-cdk/mixins-preview/aws-sagemaker';
const sageMakerTrainingJobStateChangeProps: sagemaker_events.SageMakerTrainingJobStateChange.SageMakerTrainingJobStateChangeProps = {
algorithmSpecification: {
trainingImage: ['trainingImage'],
trainingInputMode: ['trainingInputMode'],
},
creationTime: ['creationTime'],
eventMetadata: {
region: ['region'],
resources: ['resources'],
version: ['version'],
},
hyperParameters: ['hyperParameters'],
inputDataConfig: [{
channelName: ['channelName'],
compressionType: ['compressionType'],
contentType: ['contentType'],
dataSource: {
s3DataSource: {
s3DataDistributionType: ['s3DataDistributionType'],
s3DataType: ['s3DataType'],
s3Uri: ['s3Uri'],
},
},
recordWrapperType: ['recordWrapperType'],
}],
lastModifiedTime: ['lastModifiedTime'],
modelArtifacts: {
s3ModelArtifacts: ['s3ModelArtifacts'],
},
outputDataConfig: {
s3OutputPath: ['s3OutputPath'],
},
resourceConfig: {
instanceCount: ['instanceCount'],
instanceType: ['instanceType'],
volumeSizeInGb: ['volumeSizeInGb'],
},
roleArn: ['roleArn'],
secondaryStatus: ['secondaryStatus'],
secondaryStatusTransitions: [{
startTime: ['startTime'],
status: ['status'],
statusMessage: ['statusMessage'],
}],
stoppingCondition: {
maxRuntimeInSeconds: ['maxRuntimeInSeconds'],
},
tags: [{
key: ['key'],
value: ['value'],
}],
trainingEndTime: ['trainingEndTime'],
trainingJobArn: ['trainingJobArn'],
trainingJobName: ['trainingJobName'],
trainingJobStatus: ['trainingJobStatus'],
trainingStartTime: ['trainingStartTime'],
};
Properties
| Name | Type | Description |
|---|---|---|
| algorithm | Algorithm | AlgorithmSpecification property. |
| creation | string[] | CreationTime property. |
| event | AWSEvent | EventBridge event metadata. |
| hyper | string[] | HyperParameters property. |
| input | Sage[] | InputDataConfig property. |
| last | string[] | LastModifiedTime property. |
| model | Model | ModelArtifacts property. |
| output | Output | OutputDataConfig property. |
| resource | Resource | ResourceConfig property. |
| role | string[] | RoleArn property. |
| secondary | string[] | SecondaryStatus property. |
| secondary | Sage[] | SecondaryStatusTransitions property. |
| stopping | Stopping | StoppingCondition property. |
| tags? | Tags[] | Tags property. |
| training | string[] | TrainingEndTime property. |
| training | string[] | TrainingJobArn property. |
| training | string[] | TrainingJobName property. |
| training | string[] | TrainingJobStatus property. |
| training | string[] | TrainingStartTime property. |
algorithmSpecification?
Type:
Algorithm
(optional, default: Do not filter on this field)
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.Match for more advanced matching options.
creationTime?
Type:
string[]
(optional, default: Do not filter on this field)
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.Match for more advanced matching options.
eventMetadata?
Type:
AWSEvent
(optional, default: -)
EventBridge event metadata.
hyperParameters?
Type:
string[]
(optional, default: Do not filter on this field)
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.Match for more advanced matching options.
inputDataConfig?
Type:
Sage[]
(optional, default: Do not filter on this field)
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.Match for more advanced matching options.
lastModifiedTime?
Type:
string[]
(optional, default: Do not filter on this field)
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.Match for more advanced matching options.
modelArtifacts?
Type:
Model
(optional, default: Do not filter on this field)
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.Match for more advanced matching options.
outputDataConfig?
Type:
Output
(optional, default: Do not filter on this field)
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.Match for more advanced matching options.
resourceConfig?
Type:
Resource
(optional, default: Do not filter on this field)
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.Match for more advanced matching options.
roleArn?
Type:
string[]
(optional, default: Do not filter on this field)
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.Match for more advanced matching options.
secondaryStatus?
Type:
string[]
(optional, default: Do not filter on this field)
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.Match for more advanced matching options.
secondaryStatusTransitions?
Type:
Sage[]
(optional, default: Do not filter on this field)
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.Match for more advanced matching options.
stoppingCondition?
Type:
Stopping
(optional, default: Do not filter on this field)
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.Match for more advanced matching options.
tags?
Type:
Tags[]
(optional, default: Do not filter on this field)
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.Match for more advanced matching options.
trainingEndTime?
Type:
string[]
(optional, default: Do not filter on this field)
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.Match for more advanced matching options.
trainingJobArn?
Type:
string[]
(optional, default: Do not filter on this field)
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.Match for more advanced matching options.
trainingJobName?
Type:
string[]
(optional, default: Do not filter on this field)
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.Match for more advanced matching options.
trainingJobStatus?
Type:
string[]
(optional, default: Do not filter on this field)
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.Match for more advanced matching options.
trainingStartTime?
Type:
string[]
(optional, default: Do not filter on this field)
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.Match for more advanced matching options.

.NET
Go
Java
Python
TypeScript