Interface SageMakerHyperParameterTuningJobStateChange.ResourceConfig
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
SageMakerHyperParameterTuningJobStateChange.ResourceConfig.Jsii$Proxy
- Enclosing class:
SageMakerHyperParameterTuningJobStateChange
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.*;
ResourceConfig resourceConfig = ResourceConfig.builder()
.instanceCount(List.of("instanceCount"))
.instanceType(List.of("instanceType"))
.volumeKmsKeyId(List.of("volumeKmsKeyId"))
.volumeSizeInGb(List.of("volumeSizeInGb"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forSageMakerHyperParameterTuningJobStateChange.ResourceConfig -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) InstanceCount property.(experimental) InstanceType property.(experimental) VolumeKmsKeyId property.(experimental) VolumeSizeInGB property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getInstanceCount
(experimental) InstanceCount property.Specify an array of string values to match this event if the actual value of InstanceCount 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
-
getInstanceType
(experimental) InstanceType property.Specify an array of string values to match this event if the actual value of InstanceType 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
-
getVolumeKmsKeyId
(experimental) VolumeKmsKeyId property.Specify an array of string values to match this event if the actual value of VolumeKmsKeyId 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
-
getVolumeSizeInGb
(experimental) VolumeSizeInGB property.Specify an array of string values to match this event if the actual value of VolumeSizeInGB 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 SageMakerHyperParameterTuningJobStateChange.ResourceConfig.Builder builder()
-