aws-sdk-sagemaker 1.53.0 → 1.58.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -333,7 +333,6 @@ module Aws::SageMaker
333
333
  EndpointSummaryList = Shapes::ListShape.new(name: 'EndpointSummaryList')
334
334
  EntityDescription = Shapes::StringShape.new(name: 'EntityDescription')
335
335
  EntityName = Shapes::StringShape.new(name: 'EntityName')
336
- EnvironmentArn = Shapes::StringShape.new(name: 'EnvironmentArn')
337
336
  EnvironmentKey = Shapes::StringShape.new(name: 'EnvironmentKey')
338
337
  EnvironmentMap = Shapes::MapShape.new(name: 'EnvironmentMap')
339
338
  EnvironmentValue = Shapes::StringShape.new(name: 'EnvironmentValue')
@@ -657,6 +656,7 @@ module Aws::SageMaker
657
656
  ProcessingInputs = Shapes::ListShape.new(name: 'ProcessingInputs')
658
657
  ProcessingInstanceCount = Shapes::IntegerShape.new(name: 'ProcessingInstanceCount')
659
658
  ProcessingInstanceType = Shapes::StringShape.new(name: 'ProcessingInstanceType')
659
+ ProcessingJob = Shapes::StructureShape.new(name: 'ProcessingJob')
660
660
  ProcessingJobArn = Shapes::StringShape.new(name: 'ProcessingJobArn')
661
661
  ProcessingJobName = Shapes::StringShape.new(name: 'ProcessingJobName')
662
662
  ProcessingJobStatus = Shapes::StringShape.new(name: 'ProcessingJobStatus')
@@ -721,6 +721,7 @@ module Aws::SageMaker
721
721
  S3DataSource = Shapes::StructureShape.new(name: 'S3DataSource')
722
722
  S3DataType = Shapes::StringShape.new(name: 'S3DataType')
723
723
  S3Uri = Shapes::StringShape.new(name: 'S3Uri')
724
+ SageMakerImageArn = Shapes::StringShape.new(name: 'SageMakerImageArn')
724
725
  SamplingPercentage = Shapes::IntegerShape.new(name: 'SamplingPercentage')
725
726
  ScheduleConfig = Shapes::StructureShape.new(name: 'ScheduleConfig')
726
727
  ScheduleExpression = Shapes::StringShape.new(name: 'ScheduleExpression')
@@ -3048,6 +3049,7 @@ module Aws::SageMaker
3048
3049
 
3049
3050
  NestedFiltersList.member = Shapes::ShapeRef.new(shape: NestedFilters)
3050
3051
 
3052
+ NetworkConfig.add_member(:enable_inter_container_traffic_encryption, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableInterContainerTrafficEncryption"))
3051
3053
  NetworkConfig.add_member(:enable_network_isolation, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableNetworkIsolation"))
3052
3054
  NetworkConfig.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "VpcConfig"))
3053
3055
  NetworkConfig.struct_class = Types::NetworkConfig
@@ -3135,6 +3137,30 @@ module Aws::SageMaker
3135
3137
 
3136
3138
  ProcessingInputs.member = Shapes::ShapeRef.new(shape: ProcessingInput)
3137
3139
 
3140
+ ProcessingJob.add_member(:processing_inputs, Shapes::ShapeRef.new(shape: ProcessingInputs, location_name: "ProcessingInputs"))
3141
+ ProcessingJob.add_member(:processing_output_config, Shapes::ShapeRef.new(shape: ProcessingOutputConfig, location_name: "ProcessingOutputConfig"))
3142
+ ProcessingJob.add_member(:processing_job_name, Shapes::ShapeRef.new(shape: ProcessingJobName, location_name: "ProcessingJobName"))
3143
+ ProcessingJob.add_member(:processing_resources, Shapes::ShapeRef.new(shape: ProcessingResources, location_name: "ProcessingResources"))
3144
+ ProcessingJob.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: ProcessingStoppingCondition, location_name: "StoppingCondition"))
3145
+ ProcessingJob.add_member(:app_specification, Shapes::ShapeRef.new(shape: AppSpecification, location_name: "AppSpecification"))
3146
+ ProcessingJob.add_member(:environment, Shapes::ShapeRef.new(shape: ProcessingEnvironmentMap, location_name: "Environment"))
3147
+ ProcessingJob.add_member(:network_config, Shapes::ShapeRef.new(shape: NetworkConfig, location_name: "NetworkConfig"))
3148
+ ProcessingJob.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
3149
+ ProcessingJob.add_member(:experiment_config, Shapes::ShapeRef.new(shape: ExperimentConfig, location_name: "ExperimentConfig"))
3150
+ ProcessingJob.add_member(:processing_job_arn, Shapes::ShapeRef.new(shape: ProcessingJobArn, location_name: "ProcessingJobArn"))
3151
+ ProcessingJob.add_member(:processing_job_status, Shapes::ShapeRef.new(shape: ProcessingJobStatus, location_name: "ProcessingJobStatus"))
3152
+ ProcessingJob.add_member(:exit_message, Shapes::ShapeRef.new(shape: ExitMessage, location_name: "ExitMessage"))
3153
+ ProcessingJob.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
3154
+ ProcessingJob.add_member(:processing_end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ProcessingEndTime"))
3155
+ ProcessingJob.add_member(:processing_start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ProcessingStartTime"))
3156
+ ProcessingJob.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
3157
+ ProcessingJob.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
3158
+ ProcessingJob.add_member(:monitoring_schedule_arn, Shapes::ShapeRef.new(shape: MonitoringScheduleArn, location_name: "MonitoringScheduleArn"))
3159
+ ProcessingJob.add_member(:auto_ml_job_arn, Shapes::ShapeRef.new(shape: AutoMLJobArn, location_name: "AutoMLJobArn"))
3160
+ ProcessingJob.add_member(:training_job_arn, Shapes::ShapeRef.new(shape: TrainingJobArn, location_name: "TrainingJobArn"))
3161
+ ProcessingJob.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
3162
+ ProcessingJob.struct_class = Types::ProcessingJob
3163
+
3138
3164
  ProcessingJobSummaries.member = Shapes::ShapeRef.new(shape: ProcessingJobSummary)
3139
3165
 
3140
3166
  ProcessingJobSummary.add_member(:processing_job_name, Shapes::ShapeRef.new(shape: ProcessingJobName, required: true, location_name: "ProcessingJobName"))
@@ -3211,7 +3237,7 @@ module Aws::SageMaker
3211
3237
 
3212
3238
  RealtimeInferenceInstanceTypes.member = Shapes::ShapeRef.new(shape: ProductionVariantInstanceType)
3213
3239
 
3214
- RenderUiTemplateRequest.add_member(:ui_template, Shapes::ShapeRef.new(shape: UiTemplate, required: true, location_name: "UiTemplate"))
3240
+ RenderUiTemplateRequest.add_member(:ui_template, Shapes::ShapeRef.new(shape: UiTemplate, location_name: "UiTemplate"))
3215
3241
  RenderUiTemplateRequest.add_member(:task, Shapes::ShapeRef.new(shape: RenderableTask, required: true, location_name: "Task"))
3216
3242
  RenderUiTemplateRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
3217
3243
  RenderUiTemplateRequest.struct_class = Types::RenderUiTemplateRequest
@@ -3253,7 +3279,7 @@ module Aws::SageMaker
3253
3279
  ResourceNotFound.add_member(:message, Shapes::ShapeRef.new(shape: FailureReason, location_name: "Message"))
3254
3280
  ResourceNotFound.struct_class = Types::ResourceNotFound
3255
3281
 
3256
- ResourceSpec.add_member(:environment_arn, Shapes::ShapeRef.new(shape: EnvironmentArn, location_name: "EnvironmentArn"))
3282
+ ResourceSpec.add_member(:sage_maker_image_arn, Shapes::ShapeRef.new(shape: SageMakerImageArn, location_name: "SageMakerImageArn"))
3257
3283
  ResourceSpec.add_member(:instance_type, Shapes::ShapeRef.new(shape: AppInstanceType, location_name: "InstanceType"))
3258
3284
  ResourceSpec.struct_class = Types::ResourceSpec
3259
3285
 
@@ -3598,6 +3624,7 @@ module Aws::SageMaker
3598
3624
 
3599
3625
  TrialComponentSourceDetail.add_member(:source_arn, Shapes::ShapeRef.new(shape: TrialComponentSourceArn, location_name: "SourceArn"))
3600
3626
  TrialComponentSourceDetail.add_member(:training_job, Shapes::ShapeRef.new(shape: TrainingJob, location_name: "TrainingJob"))
3627
+ TrialComponentSourceDetail.add_member(:processing_job, Shapes::ShapeRef.new(shape: ProcessingJob, location_name: "ProcessingJob"))
3601
3628
  TrialComponentSourceDetail.struct_class = Types::TrialComponentSourceDetail
3602
3629
 
3603
3630
  TrialComponentStatus.add_member(:primary_status, Shapes::ShapeRef.new(shape: TrialComponentPrimaryStatus, location_name: "PrimaryStatus"))
@@ -3641,7 +3668,7 @@ module Aws::SageMaker
3641
3668
  USD.add_member(:tenth_fractions_of_a_cent, Shapes::ShapeRef.new(shape: TenthFractionsOfACent, location_name: "TenthFractionsOfACent"))
3642
3669
  USD.struct_class = Types::USD
3643
3670
 
3644
- UiConfig.add_member(:ui_template_s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "UiTemplateS3Uri"))
3671
+ UiConfig.add_member(:ui_template_s3_uri, Shapes::ShapeRef.new(shape: S3Uri, location_name: "UiTemplateS3Uri"))
3645
3672
  UiConfig.struct_class = Types::UiConfig
3646
3673
 
3647
3674
  UiTemplate.add_member(:content, Shapes::ShapeRef.new(shape: TemplateContent, required: true, location_name: "Content"))
@@ -290,7 +290,7 @@ module Aws::SageMaker
290
290
  # s3_output_path: "S3Uri", # required
291
291
  # },
292
292
  # resource_config: { # required
293
- # instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge
293
+ # instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge
294
294
  # instance_count: 1, # required
295
295
  # volume_size_in_gb: 1, # required
296
296
  # volume_kms_key_id: "KmsKeyId",
@@ -403,7 +403,7 @@ module Aws::SageMaker
403
403
  # s3_output_path: "S3Uri", # required
404
404
  # },
405
405
  # resource_config: { # required
406
- # instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge
406
+ # instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge
407
407
  # instance_count: 1, # required
408
408
  # volume_size_in_gb: 1, # required
409
409
  # volume_kms_key_id: "KmsKeyId",
@@ -2022,7 +2022,7 @@ module Aws::SageMaker
2022
2022
  # default_value: "ParameterValue",
2023
2023
  # },
2024
2024
  # ],
2025
- # supported_training_instance_types: ["ml.m4.xlarge"], # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge
2025
+ # supported_training_instance_types: ["ml.m4.xlarge"], # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge
2026
2026
  # supports_distributed_training: false,
2027
2027
  # metric_definitions: [
2028
2028
  # {
@@ -2103,7 +2103,7 @@ module Aws::SageMaker
2103
2103
  # s3_output_path: "S3Uri", # required
2104
2104
  # },
2105
2105
  # resource_config: { # required
2106
- # instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge
2106
+ # instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge
2107
2107
  # instance_count: 1, # required
2108
2108
  # volume_size_in_gb: 1, # required
2109
2109
  # volume_kms_key_id: "KmsKeyId",
@@ -2244,7 +2244,7 @@ module Aws::SageMaker
2244
2244
  # },
2245
2245
  # ],
2246
2246
  # resource_spec: {
2247
- # environment_arn: "EnvironmentArn",
2247
+ # sage_maker_image_arn: "SageMakerImageArn",
2248
2248
  # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
2249
2249
  # },
2250
2250
  # }
@@ -2271,7 +2271,8 @@ module Aws::SageMaker
2271
2271
  # @return [Array<Types::Tag>]
2272
2272
  #
2273
2273
  # @!attribute [rw] resource_spec
2274
- # The instance type and quantity.
2274
+ # The instance type and the Amazon Resource Name (ARN) of the
2275
+ # SageMaker image created on the instance.
2275
2276
  # @return [Types::ResourceSpec]
2276
2277
  #
2277
2278
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateAppRequest AWS API Documentation
@@ -2470,7 +2471,7 @@ module Aws::SageMaker
2470
2471
  # input_config: { # required
2471
2472
  # s3_uri: "S3Uri", # required
2472
2473
  # data_input_config: "DataInputConfig", # required
2473
- # framework: "TENSORFLOW", # required, accepts TENSORFLOW, KERAS, MXNET, ONNX, PYTORCH, XGBOOST
2474
+ # framework: "TENSORFLOW", # required, accepts TENSORFLOW, KERAS, MXNET, ONNX, PYTORCH, XGBOOST, TFLITE
2474
2475
  # },
2475
2476
  # output_config: { # required
2476
2477
  # s3_output_location: "S3Uri", # required
@@ -2573,19 +2574,19 @@ module Aws::SageMaker
2573
2574
  # },
2574
2575
  # jupyter_server_app_settings: {
2575
2576
  # default_resource_spec: {
2576
- # environment_arn: "EnvironmentArn",
2577
+ # sage_maker_image_arn: "SageMakerImageArn",
2577
2578
  # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
2578
2579
  # },
2579
2580
  # },
2580
2581
  # kernel_gateway_app_settings: {
2581
2582
  # default_resource_spec: {
2582
- # environment_arn: "EnvironmentArn",
2583
+ # sage_maker_image_arn: "SageMakerImageArn",
2583
2584
  # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
2584
2585
  # },
2585
2586
  # },
2586
2587
  # tensor_board_app_settings: {
2587
2588
  # default_resource_spec: {
2588
- # environment_arn: "EnvironmentArn",
2589
+ # sage_maker_image_arn: "SageMakerImageArn",
2589
2590
  # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
2590
2591
  # },
2591
2592
  # },
@@ -2628,7 +2629,8 @@ module Aws::SageMaker
2628
2629
  # @return [Array<Types::Tag>]
2629
2630
  #
2630
2631
  # @!attribute [rw] home_efs_file_system_kms_key_id
2631
- # The AWS Key Management Service encryption key ID.
2632
+ # The AWS Key Management Service (KMS) encryption key ID. Encryption
2633
+ # with a customer master key (CMK) is not supported.
2632
2634
  # @return [String]
2633
2635
  #
2634
2636
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateDomainRequest AWS API Documentation
@@ -2949,7 +2951,9 @@ module Aws::SageMaker
2949
2951
  # @return [String]
2950
2952
  #
2951
2953
  # @!attribute [rw] human_loop_request_source
2952
- # Container for configuring the source of human task requests.
2954
+ # Container for configuring the source of human task requests. Use to
2955
+ # specify if Amazon Rekognition or Amazon Textract is used as an
2956
+ # integration source.
2953
2957
  # @return [Types::HumanLoopRequestSource]
2954
2958
  #
2955
2959
  # @!attribute [rw] human_loop_activation_config
@@ -3178,7 +3182,7 @@ module Aws::SageMaker
3178
3182
  # s3_output_path: "S3Uri", # required
3179
3183
  # },
3180
3184
  # resource_config: { # required
3181
- # instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge
3185
+ # instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge
3182
3186
  # instance_count: 1, # required
3183
3187
  # volume_size_in_gb: 1, # required
3184
3188
  # volume_kms_key_id: "KmsKeyId",
@@ -3276,7 +3280,7 @@ module Aws::SageMaker
3276
3280
  # s3_output_path: "S3Uri", # required
3277
3281
  # },
3278
3282
  # resource_config: { # required
3279
- # instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge
3283
+ # instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge
3280
3284
  # instance_count: 1, # required
3281
3285
  # volume_size_in_gb: 1, # required
3282
3286
  # volume_kms_key_id: "KmsKeyId",
@@ -3436,7 +3440,7 @@ module Aws::SageMaker
3436
3440
  # human_task_config: { # required
3437
3441
  # workteam_arn: "WorkteamArn", # required
3438
3442
  # ui_config: { # required
3439
- # ui_template_s3_uri: "S3Uri", # required
3443
+ # ui_template_s3_uri: "S3Uri",
3440
3444
  # },
3441
3445
  # pre_human_task_lambda_arn: "LambdaFunctionArn", # required
3442
3446
  # task_keywords: ["TaskKeyword"],
@@ -3907,6 +3911,7 @@ module Aws::SageMaker
3907
3911
  # "ProcessingEnvironmentKey" => "ProcessingEnvironmentValue",
3908
3912
  # },
3909
3913
  # network_config: {
3914
+ # enable_inter_container_traffic_encryption: false,
3910
3915
  # enable_network_isolation: false,
3911
3916
  # vpc_config: {
3912
3917
  # security_group_ids: ["SecurityGroupId"], # required
@@ -4334,6 +4339,7 @@ module Aws::SageMaker
4334
4339
  # "ProcessingEnvironmentKey" => "ProcessingEnvironmentValue",
4335
4340
  # },
4336
4341
  # network_config: {
4342
+ # enable_inter_container_traffic_encryption: false,
4337
4343
  # enable_network_isolation: false,
4338
4344
  # vpc_config: {
4339
4345
  # security_group_ids: ["SecurityGroupId"], # required
@@ -4491,7 +4497,7 @@ module Aws::SageMaker
4491
4497
  # s3_output_path: "S3Uri", # required
4492
4498
  # },
4493
4499
  # resource_config: { # required
4494
- # instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge
4500
+ # instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge
4495
4501
  # instance_count: 1, # required
4496
4502
  # volume_size_in_gb: 1, # required
4497
4503
  # volume_kms_key_id: "KmsKeyId",
@@ -4971,7 +4977,7 @@ module Aws::SageMaker
4971
4977
  # trial_component_name: "ExperimentEntityName", # required
4972
4978
  # display_name: "ExperimentEntityName",
4973
4979
  # status: {
4974
- # primary_status: "InProgress", # accepts InProgress, Completed, Failed
4980
+ # primary_status: "InProgress", # accepts InProgress, Completed, Failed, Stopping, Stopped
4975
4981
  # message: "TrialComponentStatusMessage",
4976
4982
  # },
4977
4983
  # start_time: Time.now,
@@ -5156,19 +5162,19 @@ module Aws::SageMaker
5156
5162
  # },
5157
5163
  # jupyter_server_app_settings: {
5158
5164
  # default_resource_spec: {
5159
- # environment_arn: "EnvironmentArn",
5165
+ # sage_maker_image_arn: "SageMakerImageArn",
5160
5166
  # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
5161
5167
  # },
5162
5168
  # },
5163
5169
  # kernel_gateway_app_settings: {
5164
5170
  # default_resource_spec: {
5165
- # environment_arn: "EnvironmentArn",
5171
+ # sage_maker_image_arn: "SageMakerImageArn",
5166
5172
  # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
5167
5173
  # },
5168
5174
  # },
5169
5175
  # tensor_board_app_settings: {
5170
5176
  # default_resource_spec: {
5171
- # environment_arn: "EnvironmentArn",
5177
+ # sage_maker_image_arn: "SageMakerImageArn",
5172
5178
  # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
5173
5179
  # },
5174
5180
  # },
@@ -5743,7 +5749,7 @@ module Aws::SageMaker
5743
5749
  # @return [String]
5744
5750
  #
5745
5751
  # @!attribute [rw] retention_policy
5746
- # The retention policy for this domain, which specifies which
5752
+ # The retention policy for this domain, which specifies whether
5747
5753
  # resources will be retained after the Domain is deleted. By default,
5748
5754
  # all resources are retained (not automatically deleted).
5749
5755
  # @return [Types::RetentionPolicy]
@@ -6271,7 +6277,8 @@ module Aws::SageMaker
6271
6277
  # @return [String]
6272
6278
  #
6273
6279
  # @!attribute [rw] resource_spec
6274
- # The instance type and quantity.
6280
+ # The instance type and the Amazon Resource Name (ARN) of the
6281
+ # SageMaker image created on the instance.
6275
6282
  # @return [Types::ResourceSpec]
6276
6283
  #
6277
6284
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeAppResponse AWS API Documentation
@@ -6935,7 +6942,9 @@ module Aws::SageMaker
6935
6942
  # @return [Time]
6936
6943
  #
6937
6944
  # @!attribute [rw] human_loop_request_source
6938
- # Container for configuring the source of human task requests.
6945
+ # Container for configuring the source of human task requests. Used to
6946
+ # specify if Amazon Rekognition or Amazon Textract is used as an
6947
+ # integration source.
6939
6948
  # @return [Types::HumanLoopRequestSource]
6940
6949
  #
6941
6950
  # @!attribute [rw] human_loop_activation_config
@@ -8624,7 +8633,7 @@ module Aws::SageMaker
8624
8633
  # @return [String]
8625
8634
  #
8626
8635
  # @!attribute [rw] home_efs_file_system_uid
8627
- # The homa Amazon Elastic File System (EFS) Uid.
8636
+ # The home Amazon Elastic File System (EFS) Uid.
8628
8637
  # @return [String]
8629
8638
  #
8630
8639
  # @!attribute [rw] status
@@ -8991,8 +9000,7 @@ module Aws::SageMaker
8991
9000
  include Aws::Structure
8992
9001
  end
8993
9002
 
8994
- # A summary of the properties of an experiment as returned by the Search
8995
- # API.
9003
+ # The properties of an experiment as returned by the Search API.
8996
9004
  #
8997
9005
  # @!attribute [rw] experiment_name
8998
9006
  # The name of the experiment.
@@ -9186,15 +9194,11 @@ module Aws::SageMaker
9186
9194
  end
9187
9195
 
9188
9196
  # A conditional statement for a search expression that includes a
9189
- # resource property, a Boolean operator, and a value.
9190
- #
9191
- # If you don't specify an `Operator` and a `Value`, the filter searches
9192
- # for only the specified property. For example, defining a `Filter` for
9193
- # the `FailureReason` for the `TrainingJob` `Resource` searches for
9194
- # training job objects that have a value in the `FailureReason` field.
9197
+ # resource property, a Boolean operator, and a value. Resources that
9198
+ # match the statement are returned in the results from the Search API.
9195
9199
  #
9196
9200
  # If you specify a `Value`, but not an `Operator`, Amazon SageMaker uses
9197
- # the equals operator as the default.
9201
+ # the equals operator.
9198
9202
  #
9199
9203
  # In search, there are several property types:
9200
9204
  #
@@ -9209,7 +9213,7 @@ module Aws::SageMaker
9209
9213
  #
9210
9214
  # `"Name": "Metrics.accuracy",`
9211
9215
  #
9212
- # `"Operator": "GREATER_THAN",`
9216
+ # `"Operator": "GreaterThan",`
9213
9217
  #
9214
9218
  # `"Value": "0.9"`
9215
9219
  #
@@ -9229,7 +9233,7 @@ module Aws::SageMaker
9229
9233
  #
9230
9234
  # ` "Name": "HyperParameters.learning_rate",`
9231
9235
  #
9232
- # ` "Operator": "LESS_THAN",`
9236
+ # ` "Operator": "LessThan",`
9233
9237
  #
9234
9238
  # ` "Value": "0.5"`
9235
9239
  #
@@ -9237,7 +9241,7 @@ module Aws::SageMaker
9237
9241
  #
9238
9242
  # Tags
9239
9243
  #
9240
- # : To define a tag filter, enter a value with the form `"Tags.<key>"`.
9244
+ # : To define a tag filter, enter a value with the form `Tags.<key>`.
9241
9245
  #
9242
9246
  # @note When making an API call, you may pass Filter
9243
9247
  # data as a hash:
@@ -9249,10 +9253,9 @@ module Aws::SageMaker
9249
9253
  # }
9250
9254
  #
9251
9255
  # @!attribute [rw] name
9252
- # A property name. For example, `TrainingJobName`. For the list of
9253
- # valid property names returned in a search result for each supported
9254
- # resource, see TrainingJob properties. You must specify a valid
9255
- # property name for the resource.
9256
+ # A resource property name. For example, `TrainingJobName`. For valid
9257
+ # property names, see SearchRecord. You must specify a valid property
9258
+ # for the resource.
9256
9259
  # @return [String]
9257
9260
  #
9258
9261
  # @!attribute [rw] operator
@@ -9261,44 +9264,54 @@ module Aws::SageMaker
9261
9264
  #
9262
9265
  # Equals
9263
9266
  #
9264
- # : The specified resource in `Name` equals the specified `Value`.
9267
+ # : The value of `Name` equals `Value`.
9265
9268
  #
9266
9269
  # NotEquals
9267
9270
  #
9268
- # : The specified resource in `Name` does not equal the specified
9269
- # `Value`.
9271
+ # : The value of `Name` doesn't equal `Value`.
9270
9272
  #
9271
9273
  # GreaterThan
9272
9274
  #
9273
- # : The specified resource in `Name` is greater than the specified
9274
- # `Value`. Not supported for text-based properties.
9275
+ # : The value of `Name` is greater than `Value`. Not supported for
9276
+ # text properties.
9275
9277
  #
9276
9278
  # GreaterThanOrEqualTo
9277
9279
  #
9278
- # : The specified resource in `Name` is greater than or equal to the
9279
- # specified `Value`. Not supported for text-based properties.
9280
+ # : The value of `Name` is greater than or equal to `Value`. Not
9281
+ # supported for text properties.
9280
9282
  #
9281
9283
  # LessThan
9282
9284
  #
9283
- # : The specified resource in `Name` is less than the specified
9284
- # `Value`. Not supported for text-based properties.
9285
+ # : The value of `Name` is less than `Value`. Not supported for text
9286
+ # properties.
9285
9287
  #
9286
9288
  # LessThanOrEqualTo
9287
9289
  #
9288
- # : The specified resource in `Name` is less than or equal to the
9289
- # specified `Value`. Not supported for text-based properties.
9290
+ # : The value of `Name` is less than or equal to `Value`. Not
9291
+ # supported for text properties.
9290
9292
  #
9291
9293
  # Contains
9292
9294
  #
9293
- # : Only supported for text-based properties. The word-list of the
9294
- # property contains the specified `Value`. A `SearchExpression` can
9295
- # include only one `Contains` operator.
9295
+ # : The value of `Name` contains the string `Value`. A
9296
+ # `SearchExpression` can include only one `Contains` operator. Only
9297
+ # supported for text properties.
9298
+ #
9299
+ # Exists
9300
+ #
9301
+ # : The `Name` property exists.
9296
9302
  #
9297
- # If you have specified a filter `Value`, the default is `Equals`.
9303
+ # NotExists
9304
+ #
9305
+ # : The `Name` property does not exist.
9306
+ #
9307
+ # In
9308
+ #
9309
+ # : The value of `Name` is one of the comma delimited strings in
9310
+ # `Value`. Only supported for text properties.
9298
9311
  # @return [String]
9299
9312
  #
9300
9313
  # @!attribute [rw] value
9301
- # A value used with `Resource` and `Operator` to determine if objects
9314
+ # A value used with `Name` and `Operator` to determine which resources
9302
9315
  # satisfy the filter's condition. For numerical properties, `Value`
9303
9316
  # must be an integer or floating-point decimal. For timestamp
9304
9317
  # properties, `Value` must be an ISO 8601 date-time string of the
@@ -9439,7 +9452,7 @@ module Aws::SageMaker
9439
9452
  # }
9440
9453
  #
9441
9454
  # @!attribute [rw] resource
9442
- # The name of the Amazon SageMaker resource to Search for.
9455
+ # The name of the Amazon SageMaker resource to search for.
9443
9456
  # @return [String]
9444
9457
  #
9445
9458
  # @!attribute [rw] suggestion_query
@@ -9901,7 +9914,7 @@ module Aws::SageMaker
9901
9914
  # {
9902
9915
  # workteam_arn: "WorkteamArn", # required
9903
9916
  # ui_config: { # required
9904
- # ui_template_s3_uri: "S3Uri", # required
9917
+ # ui_template_s3_uri: "S3Uri",
9905
9918
  # },
9906
9919
  # pre_human_task_lambda_arn: "LambdaFunctionArn", # required
9907
9920
  # task_keywords: ["TaskKeyword"],
@@ -10549,7 +10562,7 @@ module Aws::SageMaker
10549
10562
  # s3_output_path: "S3Uri", # required
10550
10563
  # },
10551
10564
  # resource_config: { # required
10552
- # instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge
10565
+ # instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge
10553
10566
  # instance_count: 1, # required
10554
10567
  # volume_size_in_gb: 1, # required
10555
10568
  # volume_kms_key_id: "KmsKeyId",
@@ -11153,7 +11166,7 @@ module Aws::SageMaker
11153
11166
  # {
11154
11167
  # s3_uri: "S3Uri", # required
11155
11168
  # data_input_config: "DataInputConfig", # required
11156
- # framework: "TENSORFLOW", # required, accepts TENSORFLOW, KERAS, MXNET, ONNX, PYTORCH, XGBOOST
11169
+ # framework: "TENSORFLOW", # required, accepts TENSORFLOW, KERAS, MXNET, ONNX, PYTORCH, XGBOOST, TFLITE
11157
11170
  # }
11158
11171
  #
11159
11172
  # @!attribute [rw] s3_uri
@@ -11366,13 +11379,14 @@ module Aws::SageMaker
11366
11379
  #
11367
11380
  # {
11368
11381
  # default_resource_spec: {
11369
- # environment_arn: "EnvironmentArn",
11382
+ # sage_maker_image_arn: "SageMakerImageArn",
11370
11383
  # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
11371
11384
  # },
11372
11385
  # }
11373
11386
  #
11374
11387
  # @!attribute [rw] default_resource_spec
11375
- # The instance type and quantity.
11388
+ # The default instance type and the Amazon Resource Name (ARN) of the
11389
+ # SageMaker image created on the instance.
11376
11390
  # @return [Types::ResourceSpec]
11377
11391
  #
11378
11392
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/JupyterServerAppSettings AWS API Documentation
@@ -11389,13 +11403,14 @@ module Aws::SageMaker
11389
11403
  #
11390
11404
  # {
11391
11405
  # default_resource_spec: {
11392
- # environment_arn: "EnvironmentArn",
11406
+ # sage_maker_image_arn: "SageMakerImageArn",
11393
11407
  # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
11394
11408
  # },
11395
11409
  # }
11396
11410
  #
11397
11411
  # @!attribute [rw] default_resource_spec
11398
- # The instance type and quantity.
11412
+ # The default instance type and the Amazon Resource Name (ARN) of the
11413
+ # SageMaker image created on the instance.
11399
11414
  # @return [Types::ResourceSpec]
11400
11415
  #
11401
11416
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/KernelGatewayAppSettings AWS API Documentation
@@ -15121,6 +15136,7 @@ module Aws::SageMaker
15121
15136
  # "ProcessingEnvironmentKey" => "ProcessingEnvironmentValue",
15122
15137
  # },
15123
15138
  # network_config: {
15139
+ # enable_inter_container_traffic_encryption: false,
15124
15140
  # enable_network_isolation: false,
15125
15141
  # vpc_config: {
15126
15142
  # security_group_ids: ["SecurityGroupId"], # required
@@ -15376,6 +15392,7 @@ module Aws::SageMaker
15376
15392
  # "ProcessingEnvironmentKey" => "ProcessingEnvironmentValue",
15377
15393
  # },
15378
15394
  # network_config: {
15395
+ # enable_inter_container_traffic_encryption: false,
15379
15396
  # enable_network_isolation: false,
15380
15397
  # vpc_config: {
15381
15398
  # security_group_ids: ["SecurityGroupId"], # required
@@ -15481,24 +15498,19 @@ module Aws::SageMaker
15481
15498
  include Aws::Structure
15482
15499
  end
15483
15500
 
15484
- # Defines a list of `NestedFilters` objects. To satisfy the conditions
15485
- # specified in the `NestedFilters` call, a resource must satisfy the
15486
- # conditions of all of the filters.
15487
- #
15488
- # For example, you could define a `NestedFilters` using the training
15489
- # job's `InputDataConfig` property to filter on `Channel` objects.
15501
+ # A list of nested Filter objects. A resource must satisfy the
15502
+ # conditions of all filters to be included in the results returned from
15503
+ # the Search API.
15490
15504
  #
15491
- # A `NestedFilters` object contains multiple filters. For example, to
15492
- # find all training jobs whose name contains `train` and that have
15493
- # `cat/data` in their `S3Uri` (specified in `InputDataConfig`), you need
15494
- # to create a `NestedFilters` object that specifies the
15495
- # `InputDataConfig` property with the following `Filter` objects:
15505
+ # For example, to filter on a training job's `InputDataConfig` property
15506
+ # with a specific channel name and `S3Uri` prefix, define the following
15507
+ # filters:
15496
15508
  #
15497
- # * `'\{Name:"InputDataConfig.ChannelName", "Operator":"EQUALS",
15509
+ # * `'\{Name:"InputDataConfig.ChannelName", "Operator":"Equals",
15498
15510
  # "Value":"train"\}',`
15499
15511
  #
15500
15512
  # * `'\{Name:"InputDataConfig.DataSource.S3DataSource.S3Uri",
15501
- # "Operator":"CONTAINS", "Value":"cat/data"\}'`
15513
+ # "Operator":"Contains", "Value":"mybucket/catdata"\}'`
15502
15514
  #
15503
15515
  # @note When making an API call, you may pass NestedFilters
15504
15516
  # data as a hash:
@@ -15544,6 +15556,7 @@ module Aws::SageMaker
15544
15556
  # data as a hash:
15545
15557
  #
15546
15558
  # {
15559
+ # enable_inter_container_traffic_encryption: false,
15547
15560
  # enable_network_isolation: false,
15548
15561
  # vpc_config: {
15549
15562
  # security_group_ids: ["SecurityGroupId"], # required
@@ -15551,6 +15564,13 @@ module Aws::SageMaker
15551
15564
  # },
15552
15565
  # }
15553
15566
  #
15567
+ # @!attribute [rw] enable_inter_container_traffic_encryption
15568
+ # Whether to encrypt all communications between distributed processing
15569
+ # jobs. Choose `True` to encrypt communications. Encryption provides
15570
+ # greater security for distributed processing jobs, but the processing
15571
+ # might take longer.
15572
+ # @return [Boolean]
15573
+ #
15554
15574
  # @!attribute [rw] enable_network_isolation
15555
15575
  # Whether to allow inbound and outbound network calls to and from the
15556
15576
  # containers used for the processing job.
@@ -15572,6 +15592,7 @@ module Aws::SageMaker
15572
15592
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/NetworkConfig AWS API Documentation
15573
15593
  #
15574
15594
  class NetworkConfig < Struct.new(
15595
+ :enable_inter_container_traffic_encryption,
15575
15596
  :enable_network_isolation,
15576
15597
  :vpc_config)
15577
15598
  include Aws::Structure
@@ -16121,6 +16142,149 @@ module Aws::SageMaker
16121
16142
  include Aws::Structure
16122
16143
  end
16123
16144
 
16145
+ # An Amazon SageMaker processing job that is used to analyze data and
16146
+ # evaluate models. For more information, see [Process Data and Evaluate
16147
+ # Models][1].
16148
+ #
16149
+ #
16150
+ #
16151
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/processing-job.html
16152
+ #
16153
+ # @!attribute [rw] processing_inputs
16154
+ # For each input, data is downloaded from S3 into the processing
16155
+ # container before the processing job begins running if
16156
+ # "S3InputMode" is set to `File`.
16157
+ # @return [Array<Types::ProcessingInput>]
16158
+ #
16159
+ # @!attribute [rw] processing_output_config
16160
+ # The output configuration for the processing job.
16161
+ # @return [Types::ProcessingOutputConfig]
16162
+ #
16163
+ # @!attribute [rw] processing_job_name
16164
+ # The name of the processing job.
16165
+ # @return [String]
16166
+ #
16167
+ # @!attribute [rw] processing_resources
16168
+ # Identifies the resources, ML compute instances, and ML storage
16169
+ # volumes to deploy for a processing job. In distributed training, you
16170
+ # specify more than one instance.
16171
+ # @return [Types::ProcessingResources]
16172
+ #
16173
+ # @!attribute [rw] stopping_condition
16174
+ # Specifies a time limit for how long the processing job is allowed to
16175
+ # run.
16176
+ # @return [Types::ProcessingStoppingCondition]
16177
+ #
16178
+ # @!attribute [rw] app_specification
16179
+ # Configuration to run a processing job in a specified container
16180
+ # image.
16181
+ # @return [Types::AppSpecification]
16182
+ #
16183
+ # @!attribute [rw] environment
16184
+ # Sets the environment variables in the Docker container.
16185
+ # @return [Hash<String,String>]
16186
+ #
16187
+ # @!attribute [rw] network_config
16188
+ # Networking options for a job, such as network traffic encryption
16189
+ # between containers, whether to allow inbound and outbound network
16190
+ # calls to and from containers, and the VPC subnets and security
16191
+ # groups to use for VPC-enabled jobs.
16192
+ # @return [Types::NetworkConfig]
16193
+ #
16194
+ # @!attribute [rw] role_arn
16195
+ # The ARN of the role used to create the processing job.
16196
+ # @return [String]
16197
+ #
16198
+ # @!attribute [rw] experiment_config
16199
+ # Configuration for the experiment.
16200
+ # @return [Types::ExperimentConfig]
16201
+ #
16202
+ # @!attribute [rw] processing_job_arn
16203
+ # The ARN of the processing job.
16204
+ # @return [String]
16205
+ #
16206
+ # @!attribute [rw] processing_job_status
16207
+ # The status of the processing job.
16208
+ # @return [String]
16209
+ #
16210
+ # @!attribute [rw] exit_message
16211
+ # A string, up to one KB in size, that contains metadata from the
16212
+ # processing container when the processing job exits.
16213
+ # @return [String]
16214
+ #
16215
+ # @!attribute [rw] failure_reason
16216
+ # A string, up to one KB in size, that contains the reason a
16217
+ # processing job failed, if it failed.
16218
+ # @return [String]
16219
+ #
16220
+ # @!attribute [rw] processing_end_time
16221
+ # The time that the processing job ended.
16222
+ # @return [Time]
16223
+ #
16224
+ # @!attribute [rw] processing_start_time
16225
+ # The time that the processing job started.
16226
+ # @return [Time]
16227
+ #
16228
+ # @!attribute [rw] last_modified_time
16229
+ # The time the processing job was last modified.
16230
+ # @return [Time]
16231
+ #
16232
+ # @!attribute [rw] creation_time
16233
+ # The time the processing job was created.
16234
+ # @return [Time]
16235
+ #
16236
+ # @!attribute [rw] monitoring_schedule_arn
16237
+ # The ARN of a monitoring schedule for an endpoint associated with
16238
+ # this processing job.
16239
+ # @return [String]
16240
+ #
16241
+ # @!attribute [rw] auto_ml_job_arn
16242
+ # The Amazon Resource Name (ARN) of the AutoML job associated with
16243
+ # this processing job.
16244
+ # @return [String]
16245
+ #
16246
+ # @!attribute [rw] training_job_arn
16247
+ # The ARN of the training job associated with this processing job.
16248
+ # @return [String]
16249
+ #
16250
+ # @!attribute [rw] tags
16251
+ # An array of key-value pairs. For more information, see [Using Cost
16252
+ # Allocation Tags][1] in the *AWS Billing and Cost Management User
16253
+ # Guide*.
16254
+ #
16255
+ #
16256
+ #
16257
+ # [1]: https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-whatURL
16258
+ # @return [Array<Types::Tag>]
16259
+ #
16260
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ProcessingJob AWS API Documentation
16261
+ #
16262
+ class ProcessingJob < Struct.new(
16263
+ :processing_inputs,
16264
+ :processing_output_config,
16265
+ :processing_job_name,
16266
+ :processing_resources,
16267
+ :stopping_condition,
16268
+ :app_specification,
16269
+ :environment,
16270
+ :network_config,
16271
+ :role_arn,
16272
+ :experiment_config,
16273
+ :processing_job_arn,
16274
+ :processing_job_status,
16275
+ :exit_message,
16276
+ :failure_reason,
16277
+ :processing_end_time,
16278
+ :processing_start_time,
16279
+ :last_modified_time,
16280
+ :creation_time,
16281
+ :monitoring_schedule_arn,
16282
+ :auto_ml_job_arn,
16283
+ :training_job_arn,
16284
+ :tags)
16285
+ include Aws::Structure
16286
+ end
16287
+
16124
16288
  # Summary of information about a processing job.
16125
16289
  #
16126
16290
  # @!attribute [rw] processing_job_name
@@ -16305,7 +16469,7 @@ module Aws::SageMaker
16305
16469
  # @return [String]
16306
16470
  #
16307
16471
  # @!attribute [rw] s3_input_mode
16308
- # Wether to use `File` or `Pipe` input mode. In `File` mode, Amazon
16472
+ # Whether to use `File` or `Pipe` input mode. In `File` mode, Amazon
16309
16473
  # SageMaker copies the data from the input source onto the local
16310
16474
  # Amazon Elastic Block Store (Amazon EBS) volumes before starting your
16311
16475
  # training algorithm. This is the most commonly used input mode. In
@@ -16319,7 +16483,7 @@ module Aws::SageMaker
16319
16483
  # @return [String]
16320
16484
  #
16321
16485
  # @!attribute [rw] s3_compression_type
16322
- # Whether to use `Gzip` compresion for Amazon S3 storage.
16486
+ # Whether to use `Gzip` compression for Amazon S3 storage.
16323
16487
  # @return [String]
16324
16488
  #
16325
16489
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ProcessingS3Input AWS API Documentation
@@ -16771,7 +16935,7 @@ module Aws::SageMaker
16771
16935
  # data as a hash:
16772
16936
  #
16773
16937
  # {
16774
- # ui_template: { # required
16938
+ # ui_template: {
16775
16939
  # content: "TemplateContent", # required
16776
16940
  # },
16777
16941
  # task: { # required
@@ -16894,7 +17058,7 @@ module Aws::SageMaker
16894
17058
  # data as a hash:
16895
17059
  #
16896
17060
  # {
16897
- # instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge
17061
+ # instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge
16898
17062
  # instance_count: 1, # required
16899
17063
  # volume_size_in_gb: 1, # required
16900
17064
  # volume_kms_key_id: "KmsKeyId",
@@ -17053,18 +17217,21 @@ module Aws::SageMaker
17053
17217
  include Aws::Structure
17054
17218
  end
17055
17219
 
17056
- # The instance type and quantity.
17220
+ # The instance type and the Amazon Resource Name (ARN) of the SageMaker
17221
+ # image created on the instance. The ARN is stored as metadata in Amazon
17222
+ # SageMaker Studio notebooks.
17057
17223
  #
17058
17224
  # @note When making an API call, you may pass ResourceSpec
17059
17225
  # data as a hash:
17060
17226
  #
17061
17227
  # {
17062
- # environment_arn: "EnvironmentArn",
17228
+ # sage_maker_image_arn: "SageMakerImageArn",
17063
17229
  # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
17064
17230
  # }
17065
17231
  #
17066
- # @!attribute [rw] environment_arn
17067
- # The Amazon Resource Name (ARN) of the environment.
17232
+ # @!attribute [rw] sage_maker_image_arn
17233
+ # The Amazon Resource Name (ARN) of the SageMaker image created on the
17234
+ # instance.
17068
17235
  # @return [String]
17069
17236
  #
17070
17237
  # @!attribute [rw] instance_type
@@ -17074,12 +17241,13 @@ module Aws::SageMaker
17074
17241
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ResourceSpec AWS API Documentation
17075
17242
  #
17076
17243
  class ResourceSpec < Struct.new(
17077
- :environment_arn,
17244
+ :sage_maker_image_arn,
17078
17245
  :instance_type)
17079
17246
  include Aws::Structure
17080
17247
  end
17081
17248
 
17082
- # The retention policy.
17249
+ # The retention policy for data stored on an Amazon Elastic File System
17250
+ # (EFS) volume.
17083
17251
  #
17084
17252
  # @note When making an API call, you may pass RetentionPolicy
17085
17253
  # data as a hash:
@@ -17089,7 +17257,10 @@ module Aws::SageMaker
17089
17257
  # }
17090
17258
  #
17091
17259
  # @!attribute [rw] home_efs_file_system
17092
- # The home Amazon Elastic File System (EFS).
17260
+ # The default is `Retain`, which specifies to keep the data stored on
17261
+ # the EFS volume.
17262
+ #
17263
+ # Specify `Delete` to delete the data stored on the EFS volume.
17093
17264
  # @return [String]
17094
17265
  #
17095
17266
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/RetentionPolicy AWS API Documentation
@@ -17375,24 +17546,22 @@ module Aws::SageMaker
17375
17546
  include Aws::Structure
17376
17547
  end
17377
17548
 
17378
- # An individual search result record that contains a single resource
17379
- # object.
17549
+ # A single resource returned as part of the Search API response.
17380
17550
  #
17381
17551
  # @!attribute [rw] training_job
17382
- # A `TrainingJob` object that is returned as part of a `Search`
17383
- # request.
17552
+ # The properties of a training job.
17384
17553
  # @return [Types::TrainingJob]
17385
17554
  #
17386
17555
  # @!attribute [rw] experiment
17387
- # A summary of the properties of an experiment.
17556
+ # The properties of an experiment.
17388
17557
  # @return [Types::Experiment]
17389
17558
  #
17390
17559
  # @!attribute [rw] trial
17391
- # A summary of the properties of a trial.
17560
+ # The properties of a trial.
17392
17561
  # @return [Types::Trial]
17393
17562
  #
17394
17563
  # @!attribute [rw] trial_component
17395
- # A summary of the properties of a trial component.
17564
+ # The properties of a trial component.
17396
17565
  # @return [Types::TrialComponent]
17397
17566
  #
17398
17567
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/SearchRecord AWS API Documentation
@@ -17448,7 +17617,7 @@ module Aws::SageMaker
17448
17617
  # @return [String]
17449
17618
  #
17450
17619
  # @!attribute [rw] search_expression
17451
- # A Boolean conditional statement. Resource objects must satisfy this
17620
+ # A Boolean conditional statement. Resources must satisfy this
17452
17621
  # condition to be included in search results. You must provide at
17453
17622
  # least one subexpression, filter, or nested filter. The maximum
17454
17623
  # number of recursive `SubExpressions`, `NestedFilters`, and `Filters`
@@ -17466,15 +17635,14 @@ module Aws::SageMaker
17466
17635
  # @return [String]
17467
17636
  #
17468
17637
  # @!attribute [rw] next_token
17469
- # If more than `MaxResults` resource objects match the specified
17470
- # `SearchExpression`, the `SearchResponse` includes a `NextToken`. The
17638
+ # If more than `MaxResults` resources match the specified
17639
+ # `SearchExpression`, the response includes a `NextToken`. The
17471
17640
  # `NextToken` can be passed to the next `SearchRequest` to continue
17472
- # retrieving results for the specified `SearchExpression` and `Sort`
17473
- # parameters.
17641
+ # retrieving results.
17474
17642
  # @return [String]
17475
17643
  #
17476
17644
  # @!attribute [rw] max_results
17477
- # The maximum number of results to return in a `SearchResponse`.
17645
+ # The maximum number of results to return.
17478
17646
  # @return [Integer]
17479
17647
  #
17480
17648
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/SearchRequest AWS API Documentation
@@ -17490,7 +17658,7 @@ module Aws::SageMaker
17490
17658
  end
17491
17659
 
17492
17660
  # @!attribute [rw] results
17493
- # A list of `SearchResult` objects.
17661
+ # A list of `SearchRecord` objects.
17494
17662
  # @return [Array<Types::SearchRecord>]
17495
17663
  #
17496
17664
  # @!attribute [rw] next_token
@@ -18134,13 +18302,14 @@ module Aws::SageMaker
18134
18302
  #
18135
18303
  # {
18136
18304
  # default_resource_spec: {
18137
- # environment_arn: "EnvironmentArn",
18305
+ # sage_maker_image_arn: "SageMakerImageArn",
18138
18306
  # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
18139
18307
  # },
18140
18308
  # }
18141
18309
  #
18142
18310
  # @!attribute [rw] default_resource_spec
18143
- # The instance type and quantity.
18311
+ # The default instance type and the Amazon Resource Name (ARN) of the
18312
+ # SageMaker image created on the instance.
18144
18313
  # @return [Types::ResourceSpec]
18145
18314
  #
18146
18315
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/TensorBoardAppSettings AWS API Documentation
@@ -18525,7 +18694,7 @@ module Aws::SageMaker
18525
18694
  # s3_output_path: "S3Uri", # required
18526
18695
  # },
18527
18696
  # resource_config: { # required
18528
- # instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge
18697
+ # instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge
18529
18698
  # instance_count: 1, # required
18530
18699
  # volume_size_in_gb: 1, # required
18531
18700
  # volume_kms_key_id: "KmsKeyId",
@@ -18705,7 +18874,7 @@ module Aws::SageMaker
18705
18874
  # default_value: "ParameterValue",
18706
18875
  # },
18707
18876
  # ],
18708
- # supported_training_instance_types: ["ml.m4.xlarge"], # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge
18877
+ # supported_training_instance_types: ["ml.m4.xlarge"], # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge
18709
18878
  # supports_distributed_training: false,
18710
18879
  # metric_definitions: [
18711
18880
  # {
@@ -19243,7 +19412,7 @@ module Aws::SageMaker
19243
19412
  include Aws::Structure
19244
19413
  end
19245
19414
 
19246
- # A summary of the properties of a trial as returned by the Search API.
19415
+ # The properties of a trial as returned by the Search API.
19247
19416
  #
19248
19417
  # @!attribute [rw] trial_name
19249
19418
  # The name of the trial.
@@ -19311,8 +19480,7 @@ module Aws::SageMaker
19311
19480
  include Aws::Structure
19312
19481
  end
19313
19482
 
19314
- # A summary of the properties of a trial component as returned by the
19315
- # Search API.
19483
+ # The properties of a trial component as returned by the Search API.
19316
19484
  #
19317
19485
  # @!attribute [rw] trial_component_name
19318
19486
  # The name of the trial component.
@@ -19328,7 +19496,8 @@ module Aws::SageMaker
19328
19496
  # @return [String]
19329
19497
  #
19330
19498
  # @!attribute [rw] source
19331
- # The source of the trial component.
19499
+ # The Amazon Resource Name (ARN) and job type of the source of the
19500
+ # component.
19332
19501
  # @return [Types::TrialComponentSource]
19333
19502
  #
19334
19503
  # @!attribute [rw] status
@@ -19378,7 +19547,7 @@ module Aws::SageMaker
19378
19547
  # @return [Array<Types::TrialComponentMetricSummary>]
19379
19548
  #
19380
19549
  # @!attribute [rw] source_detail
19381
- # The source of the trial component.&gt;
19550
+ # Details of the source of the component.
19382
19551
  # @return [Types::TrialComponentSourceDetail]
19383
19552
  #
19384
19553
  # @!attribute [rw] tags
@@ -19549,7 +19718,8 @@ module Aws::SageMaker
19549
19718
  # @return [String]
19550
19719
  #
19551
19720
  # @!attribute [rw] trial_component_source
19552
- # The source of the trial component.
19721
+ # The Amazon Resource Name (ARN) and job type of the source of a trial
19722
+ # component.
19553
19723
  # @return [Types::TrialComponentSource]
19554
19724
  #
19555
19725
  # @!attribute [rw] creation_time
@@ -19572,10 +19742,11 @@ module Aws::SageMaker
19572
19742
  include Aws::Structure
19573
19743
  end
19574
19744
 
19575
- # The source of the trial component.
19745
+ # The Amazon Resource Name (ARN) and job type of the source of a trial
19746
+ # component.
19576
19747
  #
19577
19748
  # @!attribute [rw] source_arn
19578
- # The Amazon Resource Name (ARN) of the source.
19749
+ # The source ARN.
19579
19750
  # @return [String]
19580
19751
  #
19581
19752
  # @!attribute [rw] source_type
@@ -19590,21 +19761,29 @@ module Aws::SageMaker
19590
19761
  include Aws::Structure
19591
19762
  end
19592
19763
 
19593
- # Detailed information about the source of a trial component.
19764
+ # Detailed information about the source of a trial component. Either
19765
+ # `ProcessingJob` or `TrainingJob` is returned.
19594
19766
  #
19595
19767
  # @!attribute [rw] source_arn
19596
19768
  # The Amazon Resource Name (ARN) of the source.
19597
19769
  # @return [String]
19598
19770
  #
19599
19771
  # @!attribute [rw] training_job
19600
- # Contains information about a training job.
19772
+ # Information about a training job that's the source of a trial
19773
+ # component.
19601
19774
  # @return [Types::TrainingJob]
19602
19775
  #
19776
+ # @!attribute [rw] processing_job
19777
+ # Information about a processing job that's the source of a trial
19778
+ # component.
19779
+ # @return [Types::ProcessingJob]
19780
+ #
19603
19781
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/TrialComponentSourceDetail AWS API Documentation
19604
19782
  #
19605
19783
  class TrialComponentSourceDetail < Struct.new(
19606
19784
  :source_arn,
19607
- :training_job)
19785
+ :training_job,
19786
+ :processing_job)
19608
19787
  include Aws::Structure
19609
19788
  end
19610
19789
 
@@ -19614,7 +19793,7 @@ module Aws::SageMaker
19614
19793
  # data as a hash:
19615
19794
  #
19616
19795
  # {
19617
- # primary_status: "InProgress", # accepts InProgress, Completed, Failed
19796
+ # primary_status: "InProgress", # accepts InProgress, Completed, Failed, Stopping, Stopped
19618
19797
  # message: "TrialComponentStatusMessage",
19619
19798
  # }
19620
19799
  #
@@ -19652,7 +19831,8 @@ module Aws::SageMaker
19652
19831
  # @return [String]
19653
19832
  #
19654
19833
  # @!attribute [rw] trial_component_source
19655
- # The source of the trial component.
19834
+ # The Amazon Resource Name (ARN) and job type of the source of a trial
19835
+ # component.
19656
19836
  # @return [Types::TrialComponentSource]
19657
19837
  #
19658
19838
  # @!attribute [rw] status
@@ -19823,7 +20003,7 @@ module Aws::SageMaker
19823
20003
  # data as a hash:
19824
20004
  #
19825
20005
  # {
19826
- # ui_template_s3_uri: "S3Uri", # required
20006
+ # ui_template_s3_uri: "S3Uri",
19827
20007
  # }
19828
20008
  #
19829
20009
  # @!attribute [rw] ui_template_s3_uri
@@ -19939,19 +20119,19 @@ module Aws::SageMaker
19939
20119
  # },
19940
20120
  # jupyter_server_app_settings: {
19941
20121
  # default_resource_spec: {
19942
- # environment_arn: "EnvironmentArn",
20122
+ # sage_maker_image_arn: "SageMakerImageArn",
19943
20123
  # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
19944
20124
  # },
19945
20125
  # },
19946
20126
  # kernel_gateway_app_settings: {
19947
20127
  # default_resource_spec: {
19948
- # environment_arn: "EnvironmentArn",
20128
+ # sage_maker_image_arn: "SageMakerImageArn",
19949
20129
  # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
19950
20130
  # },
19951
20131
  # },
19952
20132
  # tensor_board_app_settings: {
19953
20133
  # default_resource_spec: {
19954
- # environment_arn: "EnvironmentArn",
20134
+ # sage_maker_image_arn: "SageMakerImageArn",
19955
20135
  # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
19956
20136
  # },
19957
20137
  # },
@@ -20193,6 +20373,7 @@ module Aws::SageMaker
20193
20373
  # "ProcessingEnvironmentKey" => "ProcessingEnvironmentValue",
20194
20374
  # },
20195
20375
  # network_config: {
20376
+ # enable_inter_container_traffic_encryption: false,
20196
20377
  # enable_network_isolation: false,
20197
20378
  # vpc_config: {
20198
20379
  # security_group_ids: ["SecurityGroupId"], # required
@@ -20452,7 +20633,7 @@ module Aws::SageMaker
20452
20633
  # trial_component_name: "ExperimentEntityName", # required
20453
20634
  # display_name: "ExperimentEntityName",
20454
20635
  # status: {
20455
- # primary_status: "InProgress", # accepts InProgress, Completed, Failed
20636
+ # primary_status: "InProgress", # accepts InProgress, Completed, Failed, Stopping, Stopped
20456
20637
  # message: "TrialComponentStatusMessage",
20457
20638
  # },
20458
20639
  # start_time: Time.now,
@@ -20609,19 +20790,19 @@ module Aws::SageMaker
20609
20790
  # },
20610
20791
  # jupyter_server_app_settings: {
20611
20792
  # default_resource_spec: {
20612
- # environment_arn: "EnvironmentArn",
20793
+ # sage_maker_image_arn: "SageMakerImageArn",
20613
20794
  # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
20614
20795
  # },
20615
20796
  # },
20616
20797
  # kernel_gateway_app_settings: {
20617
20798
  # default_resource_spec: {
20618
- # environment_arn: "EnvironmentArn",
20799
+ # sage_maker_image_arn: "SageMakerImageArn",
20619
20800
  # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
20620
20801
  # },
20621
20802
  # },
20622
20803
  # tensor_board_app_settings: {
20623
20804
  # default_resource_spec: {
20624
- # environment_arn: "EnvironmentArn",
20805
+ # sage_maker_image_arn: "SageMakerImageArn",
20625
20806
  # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
20626
20807
  # },
20627
20808
  # },
@@ -20846,19 +21027,19 @@ module Aws::SageMaker
20846
21027
  # },
20847
21028
  # jupyter_server_app_settings: {
20848
21029
  # default_resource_spec: {
20849
- # environment_arn: "EnvironmentArn",
21030
+ # sage_maker_image_arn: "SageMakerImageArn",
20850
21031
  # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
20851
21032
  # },
20852
21033
  # },
20853
21034
  # kernel_gateway_app_settings: {
20854
21035
  # default_resource_spec: {
20855
- # environment_arn: "EnvironmentArn",
21036
+ # sage_maker_image_arn: "SageMakerImageArn",
20856
21037
  # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
20857
21038
  # },
20858
21039
  # },
20859
21040
  # tensor_board_app_settings: {
20860
21041
  # default_resource_spec: {
20861
- # environment_arn: "EnvironmentArn",
21042
+ # sage_maker_image_arn: "SageMakerImageArn",
20862
21043
  # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
20863
21044
  # },
20864
21045
  # },