aws-sdk-sagemaker 1.304.0 → 1.306.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +7 -6
- data/lib/aws-sdk-sagemaker/client_api.rb +255 -253
- data/lib/aws-sdk-sagemaker/types.rb +22 -14
- data/lib/aws-sdk-sagemaker/waiters.rb +76 -76
- data/lib/aws-sdk-sagemaker.rb +1 -1
- data/sig/client.rbs +1 -0
- data/sig/types.rbs +2 -1
- metadata +1 -1
@@ -2273,6 +2273,7 @@ module Aws::SageMaker
|
|
2273
2273
|
TotalHits = Shapes::StructureShape.new(name: 'TotalHits')
|
2274
2274
|
TotalInstanceCount = Shapes::IntegerShape.new(name: 'TotalInstanceCount')
|
2275
2275
|
TrackingServerArn = Shapes::StringShape.new(name: 'TrackingServerArn')
|
2276
|
+
TrackingServerMaintenanceStatus = Shapes::StringShape.new(name: 'TrackingServerMaintenanceStatus')
|
2276
2277
|
TrackingServerName = Shapes::StringShape.new(name: 'TrackingServerName')
|
2277
2278
|
TrackingServerSize = Shapes::StringShape.new(name: 'TrackingServerSize')
|
2278
2279
|
TrackingServerStatus = Shapes::StringShape.new(name: 'TrackingServerStatus')
|
@@ -2601,7 +2602,7 @@ module Aws::SageMaker
|
|
2601
2602
|
AdditionalS3DataSource.struct_class = Types::AdditionalS3DataSource
|
2602
2603
|
|
2603
2604
|
AgentVersion.add_member(:version, Shapes::ShapeRef.new(shape: EdgeVersion, required: true, location_name: "Version"))
|
2604
|
-
AgentVersion.add_member(:agent_count, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "AgentCount"))
|
2605
|
+
AgentVersion.add_member(:agent_count, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "AgentCount", metadata: {"box" => true}))
|
2605
2606
|
AgentVersion.struct_class = Types::AgentVersion
|
2606
2607
|
|
2607
2608
|
AgentVersions.member = Shapes::ShapeRef.new(shape: AgentVersion)
|
@@ -2621,7 +2622,7 @@ module Aws::SageMaker
|
|
2621
2622
|
AlgorithmSpecification.add_member(:algorithm_name, Shapes::ShapeRef.new(shape: ArnOrName, location_name: "AlgorithmName"))
|
2622
2623
|
AlgorithmSpecification.add_member(:training_input_mode, Shapes::ShapeRef.new(shape: TrainingInputMode, required: true, location_name: "TrainingInputMode"))
|
2623
2624
|
AlgorithmSpecification.add_member(:metric_definitions, Shapes::ShapeRef.new(shape: MetricDefinitionList, location_name: "MetricDefinitions"))
|
2624
|
-
AlgorithmSpecification.add_member(:enable_sage_maker_metrics_time_series, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableSageMakerMetricsTimeSeries"))
|
2625
|
+
AlgorithmSpecification.add_member(:enable_sage_maker_metrics_time_series, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableSageMakerMetricsTimeSeries", metadata: {"box" => true}))
|
2625
2626
|
AlgorithmSpecification.add_member(:container_entrypoint, Shapes::ShapeRef.new(shape: TrainingContainerEntrypoint, location_name: "ContainerEntrypoint"))
|
2626
2627
|
AlgorithmSpecification.add_member(:container_arguments, Shapes::ShapeRef.new(shape: TrainingContainerArguments, location_name: "ContainerArguments"))
|
2627
2628
|
AlgorithmSpecification.add_member(:training_image_config, Shapes::ShapeRef.new(shape: TrainingImageConfig, location_name: "TrainingImageConfig"))
|
@@ -2922,7 +2923,7 @@ module Aws::SageMaker
|
|
2922
2923
|
AutoMLS3DataSource.struct_class = Types::AutoMLS3DataSource
|
2923
2924
|
|
2924
2925
|
AutoMLSecurityConfig.add_member(:volume_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "VolumeKmsKeyId"))
|
2925
|
-
AutoMLSecurityConfig.add_member(:enable_inter_container_traffic_encryption, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableInterContainerTrafficEncryption"))
|
2926
|
+
AutoMLSecurityConfig.add_member(:enable_inter_container_traffic_encryption, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableInterContainerTrafficEncryption", metadata: {"box" => true}))
|
2926
2927
|
AutoMLSecurityConfig.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "VpcConfig"))
|
2927
2928
|
AutoMLSecurityConfig.struct_class = Types::AutoMLSecurityConfig
|
2928
2929
|
|
@@ -2942,7 +2943,7 @@ module Aws::SageMaker
|
|
2942
2943
|
|
2943
2944
|
BatchDataCaptureConfig.add_member(:destination_s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "DestinationS3Uri"))
|
2944
2945
|
BatchDataCaptureConfig.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
|
2945
|
-
BatchDataCaptureConfig.add_member(:generate_inference_id, Shapes::ShapeRef.new(shape: Boolean, location_name: "GenerateInferenceId"))
|
2946
|
+
BatchDataCaptureConfig.add_member(:generate_inference_id, Shapes::ShapeRef.new(shape: Boolean, location_name: "GenerateInferenceId", metadata: {"box" => true}))
|
2946
2947
|
BatchDataCaptureConfig.struct_class = Types::BatchDataCaptureConfig
|
2947
2948
|
|
2948
2949
|
BatchDeleteClusterNodesError.add_member(:code, Shapes::ShapeRef.new(shape: BatchDeleteClusterNodesErrorCode, required: true, location_name: "Code"))
|
@@ -3088,7 +3089,7 @@ module Aws::SageMaker
|
|
3088
3089
|
|
3089
3090
|
ChannelSpecification.add_member(:name, Shapes::ShapeRef.new(shape: ChannelName, required: true, location_name: "Name"))
|
3090
3091
|
ChannelSpecification.add_member(:description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "Description"))
|
3091
|
-
ChannelSpecification.add_member(:is_required, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsRequired"))
|
3092
|
+
ChannelSpecification.add_member(:is_required, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsRequired", metadata: {"box" => true}))
|
3092
3093
|
ChannelSpecification.add_member(:supported_content_types, Shapes::ShapeRef.new(shape: ContentTypes, required: true, location_name: "SupportedContentTypes"))
|
3093
3094
|
ChannelSpecification.add_member(:supported_compression_types, Shapes::ShapeRef.new(shape: CompressionTypes, location_name: "SupportedCompressionTypes"))
|
3094
3095
|
ChannelSpecification.add_member(:supported_input_modes, Shapes::ShapeRef.new(shape: InputModes, required: true, location_name: "SupportedInputModes"))
|
@@ -3108,8 +3109,8 @@ module Aws::SageMaker
|
|
3108
3109
|
ClarifyCheckStepMetadata.add_member(:model_package_group_name, Shapes::ShapeRef.new(shape: String256, location_name: "ModelPackageGroupName"))
|
3109
3110
|
ClarifyCheckStepMetadata.add_member(:violation_report, Shapes::ShapeRef.new(shape: String1024, location_name: "ViolationReport"))
|
3110
3111
|
ClarifyCheckStepMetadata.add_member(:check_job_arn, Shapes::ShapeRef.new(shape: String256, location_name: "CheckJobArn"))
|
3111
|
-
ClarifyCheckStepMetadata.add_member(:skip_check, Shapes::ShapeRef.new(shape: Boolean, location_name: "SkipCheck"))
|
3112
|
-
ClarifyCheckStepMetadata.add_member(:register_new_baseline, Shapes::ShapeRef.new(shape: Boolean, location_name: "RegisterNewBaseline"))
|
3112
|
+
ClarifyCheckStepMetadata.add_member(:skip_check, Shapes::ShapeRef.new(shape: Boolean, location_name: "SkipCheck", metadata: {"box" => true}))
|
3113
|
+
ClarifyCheckStepMetadata.add_member(:register_new_baseline, Shapes::ShapeRef.new(shape: Boolean, location_name: "RegisterNewBaseline", metadata: {"box" => true}))
|
3113
3114
|
ClarifyCheckStepMetadata.struct_class = Types::ClarifyCheckStepMetadata
|
3114
3115
|
|
3115
3116
|
ClarifyExplainerConfig.add_member(:enable_explanations, Shapes::ShapeRef.new(shape: ClarifyEnableExplanations, location_name: "EnableExplanations"))
|
@@ -3246,7 +3247,7 @@ module Aws::SageMaker
|
|
3246
3247
|
|
3247
3248
|
ClusterSchedulerConfigSummary.add_member(:cluster_scheduler_config_arn, Shapes::ShapeRef.new(shape: ClusterSchedulerConfigArn, required: true, location_name: "ClusterSchedulerConfigArn"))
|
3248
3249
|
ClusterSchedulerConfigSummary.add_member(:cluster_scheduler_config_id, Shapes::ShapeRef.new(shape: ClusterSchedulerConfigId, required: true, location_name: "ClusterSchedulerConfigId"))
|
3249
|
-
ClusterSchedulerConfigSummary.add_member(:cluster_scheduler_config_version, Shapes::ShapeRef.new(shape: Integer, location_name: "ClusterSchedulerConfigVersion"))
|
3250
|
+
ClusterSchedulerConfigSummary.add_member(:cluster_scheduler_config_version, Shapes::ShapeRef.new(shape: Integer, location_name: "ClusterSchedulerConfigVersion", metadata: {"box" => true}))
|
3250
3251
|
ClusterSchedulerConfigSummary.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "Name"))
|
3251
3252
|
ClusterSchedulerConfigSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
3252
3253
|
ClusterSchedulerConfigSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
@@ -3345,7 +3346,7 @@ module Aws::SageMaker
|
|
3345
3346
|
ComputeQuotaSummary.add_member(:compute_quota_arn, Shapes::ShapeRef.new(shape: ComputeQuotaArn, required: true, location_name: "ComputeQuotaArn"))
|
3346
3347
|
ComputeQuotaSummary.add_member(:compute_quota_id, Shapes::ShapeRef.new(shape: ComputeQuotaId, required: true, location_name: "ComputeQuotaId"))
|
3347
3348
|
ComputeQuotaSummary.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "Name"))
|
3348
|
-
ComputeQuotaSummary.add_member(:compute_quota_version, Shapes::ShapeRef.new(shape: Integer, location_name: "ComputeQuotaVersion"))
|
3349
|
+
ComputeQuotaSummary.add_member(:compute_quota_version, Shapes::ShapeRef.new(shape: Integer, location_name: "ComputeQuotaVersion", metadata: {"box" => true}))
|
3349
3350
|
ComputeQuotaSummary.add_member(:status, Shapes::ShapeRef.new(shape: SchedulerResourceStatus, required: true, location_name: "Status"))
|
3350
3351
|
ComputeQuotaSummary.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: ClusterArn, location_name: "ClusterArn"))
|
3351
3352
|
ComputeQuotaSummary.add_member(:compute_quota_config, Shapes::ShapeRef.new(shape: ComputeQuotaConfig, location_name: "ComputeQuotaConfig"))
|
@@ -3443,7 +3444,7 @@ module Aws::SageMaker
|
|
3443
3444
|
CreateAlgorithmInput.add_member(:training_specification, Shapes::ShapeRef.new(shape: TrainingSpecification, required: true, location_name: "TrainingSpecification"))
|
3444
3445
|
CreateAlgorithmInput.add_member(:inference_specification, Shapes::ShapeRef.new(shape: InferenceSpecification, location_name: "InferenceSpecification"))
|
3445
3446
|
CreateAlgorithmInput.add_member(:validation_specification, Shapes::ShapeRef.new(shape: AlgorithmValidationSpecification, location_name: "ValidationSpecification"))
|
3446
|
-
CreateAlgorithmInput.add_member(:certify_for_marketplace, Shapes::ShapeRef.new(shape: CertifyForMarketplace, location_name: "CertifyForMarketplace"))
|
3447
|
+
CreateAlgorithmInput.add_member(:certify_for_marketplace, Shapes::ShapeRef.new(shape: CertifyForMarketplace, location_name: "CertifyForMarketplace", metadata: {"box" => true}))
|
3447
3448
|
CreateAlgorithmInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
3448
3449
|
CreateAlgorithmInput.struct_class = Types::CreateAlgorithmInput
|
3449
3450
|
|
@@ -3467,7 +3468,7 @@ module Aws::SageMaker
|
|
3467
3468
|
CreateAppRequest.add_member(:app_name, Shapes::ShapeRef.new(shape: AppName, required: true, location_name: "AppName"))
|
3468
3469
|
CreateAppRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
3469
3470
|
CreateAppRequest.add_member(:resource_spec, Shapes::ShapeRef.new(shape: ResourceSpec, location_name: "ResourceSpec"))
|
3470
|
-
CreateAppRequest.add_member(:recovery_mode, Shapes::ShapeRef.new(shape: Boolean, location_name: "RecoveryMode"))
|
3471
|
+
CreateAppRequest.add_member(:recovery_mode, Shapes::ShapeRef.new(shape: Boolean, location_name: "RecoveryMode", metadata: {"box" => true}))
|
3471
3472
|
CreateAppRequest.struct_class = Types::CreateAppRequest
|
3472
3473
|
|
3473
3474
|
CreateAppResponse.add_member(:app_arn, Shapes::ShapeRef.new(shape: AppArn, location_name: "AppArn"))
|
@@ -3491,7 +3492,7 @@ module Aws::SageMaker
|
|
3491
3492
|
CreateAutoMLJobRequest.add_member(:auto_ml_job_objective, Shapes::ShapeRef.new(shape: AutoMLJobObjective, location_name: "AutoMLJobObjective"))
|
3492
3493
|
CreateAutoMLJobRequest.add_member(:auto_ml_job_config, Shapes::ShapeRef.new(shape: AutoMLJobConfig, location_name: "AutoMLJobConfig"))
|
3493
3494
|
CreateAutoMLJobRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
|
3494
|
-
CreateAutoMLJobRequest.add_member(:generate_candidate_definitions_only, Shapes::ShapeRef.new(shape: GenerateCandidateDefinitionsOnly, location_name: "GenerateCandidateDefinitionsOnly"))
|
3495
|
+
CreateAutoMLJobRequest.add_member(:generate_candidate_definitions_only, Shapes::ShapeRef.new(shape: GenerateCandidateDefinitionsOnly, location_name: "GenerateCandidateDefinitionsOnly", metadata: {"box" => true}))
|
3495
3496
|
CreateAutoMLJobRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
3496
3497
|
CreateAutoMLJobRequest.add_member(:model_deploy_config, Shapes::ShapeRef.new(shape: ModelDeployConfig, location_name: "ModelDeployConfig"))
|
3497
3498
|
CreateAutoMLJobRequest.struct_class = Types::CreateAutoMLJobRequest
|
@@ -3659,7 +3660,7 @@ module Aws::SageMaker
|
|
3659
3660
|
CreateEndpointConfigInput.add_member(:shadow_production_variants, Shapes::ShapeRef.new(shape: ProductionVariantList, location_name: "ShadowProductionVariants"))
|
3660
3661
|
CreateEndpointConfigInput.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "ExecutionRoleArn"))
|
3661
3662
|
CreateEndpointConfigInput.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "VpcConfig"))
|
3662
|
-
CreateEndpointConfigInput.add_member(:enable_network_isolation, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableNetworkIsolation"))
|
3663
|
+
CreateEndpointConfigInput.add_member(:enable_network_isolation, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableNetworkIsolation", metadata: {"box" => true}))
|
3663
3664
|
CreateEndpointConfigInput.struct_class = Types::CreateEndpointConfigInput
|
3664
3665
|
|
3665
3666
|
CreateEndpointConfigOutput.add_member(:endpoint_config_arn, Shapes::ShapeRef.new(shape: EndpointConfigArn, required: true, location_name: "EndpointConfigArn"))
|
@@ -3771,7 +3772,7 @@ module Aws::SageMaker
|
|
3771
3772
|
CreateImageVersionRequest.add_member(:ml_framework, Shapes::ShapeRef.new(shape: MLFramework, location_name: "MLFramework"))
|
3772
3773
|
CreateImageVersionRequest.add_member(:programming_lang, Shapes::ShapeRef.new(shape: ProgrammingLang, location_name: "ProgrammingLang"))
|
3773
3774
|
CreateImageVersionRequest.add_member(:processor, Shapes::ShapeRef.new(shape: Processor, location_name: "Processor"))
|
3774
|
-
CreateImageVersionRequest.add_member(:horovod, Shapes::ShapeRef.new(shape: Horovod, location_name: "Horovod"))
|
3775
|
+
CreateImageVersionRequest.add_member(:horovod, Shapes::ShapeRef.new(shape: Horovod, location_name: "Horovod", metadata: {"box" => true}))
|
3775
3776
|
CreateImageVersionRequest.add_member(:release_notes, Shapes::ShapeRef.new(shape: ReleaseNotes, location_name: "ReleaseNotes"))
|
3776
3777
|
CreateImageVersionRequest.struct_class = Types::CreateImageVersionRequest
|
3777
3778
|
|
@@ -3838,7 +3839,7 @@ module Aws::SageMaker
|
|
3838
3839
|
CreateMlflowTrackingServerRequest.add_member(:tracking_server_size, Shapes::ShapeRef.new(shape: TrackingServerSize, location_name: "TrackingServerSize"))
|
3839
3840
|
CreateMlflowTrackingServerRequest.add_member(:mlflow_version, Shapes::ShapeRef.new(shape: MlflowVersion, location_name: "MlflowVersion"))
|
3840
3841
|
CreateMlflowTrackingServerRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
|
3841
|
-
CreateMlflowTrackingServerRequest.add_member(:automatic_model_registration, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutomaticModelRegistration"))
|
3842
|
+
CreateMlflowTrackingServerRequest.add_member(:automatic_model_registration, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutomaticModelRegistration", metadata: {"box" => true}))
|
3842
3843
|
CreateMlflowTrackingServerRequest.add_member(:weekly_maintenance_window_start, Shapes::ShapeRef.new(shape: WeeklyMaintenanceWindowStart, location_name: "WeeklyMaintenanceWindowStart"))
|
3843
3844
|
CreateMlflowTrackingServerRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
3844
3845
|
CreateMlflowTrackingServerRequest.struct_class = Types::CreateMlflowTrackingServerRequest
|
@@ -3862,7 +3863,7 @@ module Aws::SageMaker
|
|
3862
3863
|
CreateModelBiasJobDefinitionResponse.struct_class = Types::CreateModelBiasJobDefinitionResponse
|
3863
3864
|
|
3864
3865
|
CreateModelCardExportJobRequest.add_member(:model_card_name, Shapes::ShapeRef.new(shape: ModelCardNameOrArn, required: true, location_name: "ModelCardName"))
|
3865
|
-
CreateModelCardExportJobRequest.add_member(:model_card_version, Shapes::ShapeRef.new(shape: Integer, location_name: "ModelCardVersion"))
|
3866
|
+
CreateModelCardExportJobRequest.add_member(:model_card_version, Shapes::ShapeRef.new(shape: Integer, location_name: "ModelCardVersion", metadata: {"box" => true}))
|
3866
3867
|
CreateModelCardExportJobRequest.add_member(:model_card_export_job_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelCardExportJobName"))
|
3867
3868
|
CreateModelCardExportJobRequest.add_member(:output_config, Shapes::ShapeRef.new(shape: ModelCardExportOutputConfig, required: true, location_name: "OutputConfig"))
|
3868
3869
|
CreateModelCardExportJobRequest.struct_class = Types::CreateModelCardExportJobRequest
|
@@ -3902,7 +3903,7 @@ module Aws::SageMaker
|
|
3902
3903
|
CreateModelInput.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "ExecutionRoleArn"))
|
3903
3904
|
CreateModelInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
3904
3905
|
CreateModelInput.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "VpcConfig"))
|
3905
|
-
CreateModelInput.add_member(:enable_network_isolation, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableNetworkIsolation"))
|
3906
|
+
CreateModelInput.add_member(:enable_network_isolation, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableNetworkIsolation", metadata: {"box" => true}))
|
3906
3907
|
CreateModelInput.struct_class = Types::CreateModelInput
|
3907
3908
|
|
3908
3909
|
CreateModelOutput.add_member(:model_arn, Shapes::ShapeRef.new(shape: ModelArn, required: true, location_name: "ModelArn"))
|
@@ -3922,7 +3923,7 @@ module Aws::SageMaker
|
|
3922
3923
|
CreateModelPackageInput.add_member(:inference_specification, Shapes::ShapeRef.new(shape: InferenceSpecification, location_name: "InferenceSpecification"))
|
3923
3924
|
CreateModelPackageInput.add_member(:validation_specification, Shapes::ShapeRef.new(shape: ModelPackageValidationSpecification, location_name: "ValidationSpecification"))
|
3924
3925
|
CreateModelPackageInput.add_member(:source_algorithm_specification, Shapes::ShapeRef.new(shape: SourceAlgorithmSpecification, location_name: "SourceAlgorithmSpecification"))
|
3925
|
-
CreateModelPackageInput.add_member(:certify_for_marketplace, Shapes::ShapeRef.new(shape: CertifyForMarketplace, location_name: "CertifyForMarketplace"))
|
3926
|
+
CreateModelPackageInput.add_member(:certify_for_marketplace, Shapes::ShapeRef.new(shape: CertifyForMarketplace, location_name: "CertifyForMarketplace", metadata: {"box" => true}))
|
3926
3927
|
CreateModelPackageInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
3927
3928
|
CreateModelPackageInput.add_member(:model_approval_status, Shapes::ShapeRef.new(shape: ModelApprovalStatus, location_name: "ModelApprovalStatus"))
|
3928
3929
|
CreateModelPackageInput.add_member(:metadata_properties, Shapes::ShapeRef.new(shape: MetadataProperties, location_name: "MetadataProperties"))
|
@@ -4028,7 +4029,7 @@ module Aws::SageMaker
|
|
4028
4029
|
CreatePartnerAppRequest.add_member(:tier, Shapes::ShapeRef.new(shape: NonEmptyString64, required: true, location_name: "Tier"))
|
4029
4030
|
CreatePartnerAppRequest.add_member(:application_config, Shapes::ShapeRef.new(shape: PartnerAppConfig, location_name: "ApplicationConfig"))
|
4030
4031
|
CreatePartnerAppRequest.add_member(:auth_type, Shapes::ShapeRef.new(shape: PartnerAppAuthType, required: true, location_name: "AuthType"))
|
4031
|
-
CreatePartnerAppRequest.add_member(:enable_iam_session_based_identity, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableIamSessionBasedIdentity"))
|
4032
|
+
CreatePartnerAppRequest.add_member(:enable_iam_session_based_identity, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableIamSessionBasedIdentity", metadata: {"box" => true}))
|
4032
4033
|
CreatePartnerAppRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
4033
4034
|
CreatePartnerAppRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
4034
4035
|
CreatePartnerAppRequest.struct_class = Types::CreatePartnerAppRequest
|
@@ -4133,9 +4134,9 @@ module Aws::SageMaker
|
|
4133
4134
|
CreateTrainingJobRequest.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "VpcConfig"))
|
4134
4135
|
CreateTrainingJobRequest.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: StoppingCondition, required: true, location_name: "StoppingCondition"))
|
4135
4136
|
CreateTrainingJobRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
4136
|
-
CreateTrainingJobRequest.add_member(:enable_network_isolation, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableNetworkIsolation"))
|
4137
|
-
CreateTrainingJobRequest.add_member(:enable_inter_container_traffic_encryption, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableInterContainerTrafficEncryption"))
|
4138
|
-
CreateTrainingJobRequest.add_member(:enable_managed_spot_training, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableManagedSpotTraining"))
|
4137
|
+
CreateTrainingJobRequest.add_member(:enable_network_isolation, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableNetworkIsolation", metadata: {"box" => true}))
|
4138
|
+
CreateTrainingJobRequest.add_member(:enable_inter_container_traffic_encryption, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableInterContainerTrafficEncryption", metadata: {"box" => true}))
|
4139
|
+
CreateTrainingJobRequest.add_member(:enable_managed_spot_training, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableManagedSpotTraining", metadata: {"box" => true}))
|
4139
4140
|
CreateTrainingJobRequest.add_member(:checkpoint_config, Shapes::ShapeRef.new(shape: CheckpointConfig, location_name: "CheckpointConfig"))
|
4140
4141
|
CreateTrainingJobRequest.add_member(:debug_hook_config, Shapes::ShapeRef.new(shape: DebugHookConfig, location_name: "DebugHookConfig"))
|
4141
4142
|
CreateTrainingJobRequest.add_member(:debug_rule_configurations, Shapes::ShapeRef.new(shape: DebugRuleConfigurations, location_name: "DebugRuleConfigurations"))
|
@@ -4262,7 +4263,7 @@ module Aws::SageMaker
|
|
4262
4263
|
CustomFileSystems.member = Shapes::ShapeRef.new(shape: CustomFileSystem)
|
4263
4264
|
|
4264
4265
|
CustomImage.add_member(:image_name, Shapes::ShapeRef.new(shape: ImageName, required: true, location_name: "ImageName"))
|
4265
|
-
CustomImage.add_member(:image_version_number, Shapes::ShapeRef.new(shape: ImageVersionNumber, location_name: "ImageVersionNumber"
|
4266
|
+
CustomImage.add_member(:image_version_number, Shapes::ShapeRef.new(shape: ImageVersionNumber, location_name: "ImageVersionNumber"))
|
4266
4267
|
CustomImage.add_member(:app_image_config_name, Shapes::ShapeRef.new(shape: AppImageConfigName, required: true, location_name: "AppImageConfigName"))
|
4267
4268
|
CustomImage.struct_class = Types::CustomImage
|
4268
4269
|
|
@@ -4289,7 +4290,7 @@ module Aws::SageMaker
|
|
4289
4290
|
CustomizedMetricSpecification.add_member(:statistic, Shapes::ShapeRef.new(shape: Statistic, location_name: "Statistic"))
|
4290
4291
|
CustomizedMetricSpecification.struct_class = Types::CustomizedMetricSpecification
|
4291
4292
|
|
4292
|
-
DataCaptureConfig.add_member(:enable_capture, Shapes::ShapeRef.new(shape: EnableCapture, location_name: "EnableCapture"))
|
4293
|
+
DataCaptureConfig.add_member(:enable_capture, Shapes::ShapeRef.new(shape: EnableCapture, location_name: "EnableCapture", metadata: {"box" => true}))
|
4293
4294
|
DataCaptureConfig.add_member(:initial_sampling_percentage, Shapes::ShapeRef.new(shape: SamplingPercentage, required: true, location_name: "InitialSamplingPercentage"))
|
4294
4295
|
DataCaptureConfig.add_member(:destination_s3_uri, Shapes::ShapeRef.new(shape: DestinationS3Uri, required: true, location_name: "DestinationS3Uri"))
|
4295
4296
|
DataCaptureConfig.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
|
@@ -4297,7 +4298,7 @@ module Aws::SageMaker
|
|
4297
4298
|
DataCaptureConfig.add_member(:capture_content_type_header, Shapes::ShapeRef.new(shape: CaptureContentTypeHeader, location_name: "CaptureContentTypeHeader"))
|
4298
4299
|
DataCaptureConfig.struct_class = Types::DataCaptureConfig
|
4299
4300
|
|
4300
|
-
DataCaptureConfigSummary.add_member(:enable_capture, Shapes::ShapeRef.new(shape: EnableCapture, required: true, location_name: "EnableCapture"))
|
4301
|
+
DataCaptureConfigSummary.add_member(:enable_capture, Shapes::ShapeRef.new(shape: EnableCapture, required: true, location_name: "EnableCapture", metadata: {"box" => true}))
|
4301
4302
|
DataCaptureConfigSummary.add_member(:capture_status, Shapes::ShapeRef.new(shape: CaptureStatus, required: true, location_name: "CaptureStatus"))
|
4302
4303
|
DataCaptureConfigSummary.add_member(:current_sampling_percentage, Shapes::ShapeRef.new(shape: SamplingPercentage, required: true, location_name: "CurrentSamplingPercentage"))
|
4303
4304
|
DataCaptureConfigSummary.add_member(:destination_s3_uri, Shapes::ShapeRef.new(shape: DestinationS3Uri, required: true, location_name: "DestinationS3Uri"))
|
@@ -4353,7 +4354,7 @@ module Aws::SageMaker
|
|
4353
4354
|
DebugRuleConfiguration.add_member(:s3_output_path, Shapes::ShapeRef.new(shape: S3Uri, location_name: "S3OutputPath"))
|
4354
4355
|
DebugRuleConfiguration.add_member(:rule_evaluator_image, Shapes::ShapeRef.new(shape: AlgorithmImage, required: true, location_name: "RuleEvaluatorImage"))
|
4355
4356
|
DebugRuleConfiguration.add_member(:instance_type, Shapes::ShapeRef.new(shape: ProcessingInstanceType, location_name: "InstanceType"))
|
4356
|
-
DebugRuleConfiguration.add_member(:volume_size_in_gb, Shapes::ShapeRef.new(shape: OptionalVolumeSizeInGB, location_name: "VolumeSizeInGB"))
|
4357
|
+
DebugRuleConfiguration.add_member(:volume_size_in_gb, Shapes::ShapeRef.new(shape: OptionalVolumeSizeInGB, location_name: "VolumeSizeInGB", metadata: {"box" => true}))
|
4357
4358
|
DebugRuleConfiguration.add_member(:rule_parameters, Shapes::ShapeRef.new(shape: RuleParameters, location_name: "RuleParameters"))
|
4358
4359
|
DebugRuleConfiguration.struct_class = Types::DebugRuleConfiguration
|
4359
4360
|
|
@@ -4619,7 +4620,7 @@ module Aws::SageMaker
|
|
4619
4620
|
DeleteWorkteamRequest.add_member(:workteam_name, Shapes::ShapeRef.new(shape: WorkteamName, required: true, location_name: "WorkteamName"))
|
4620
4621
|
DeleteWorkteamRequest.struct_class = Types::DeleteWorkteamRequest
|
4621
4622
|
|
4622
|
-
DeleteWorkteamResponse.add_member(:success, Shapes::ShapeRef.new(shape: Success, required: true, location_name: "Success"))
|
4623
|
+
DeleteWorkteamResponse.add_member(:success, Shapes::ShapeRef.new(shape: Success, required: true, location_name: "Success", metadata: {"box" => true}))
|
4623
4624
|
DeleteWorkteamResponse.struct_class = Types::DeleteWorkteamResponse
|
4624
4625
|
|
4625
4626
|
DeployedImage.add_member(:specified_image, Shapes::ShapeRef.new(shape: ContainerImage, location_name: "SpecifiedImage"))
|
@@ -4696,7 +4697,7 @@ module Aws::SageMaker
|
|
4696
4697
|
DescribeAlgorithmOutput.add_member(:algorithm_status, Shapes::ShapeRef.new(shape: AlgorithmStatus, required: true, location_name: "AlgorithmStatus"))
|
4697
4698
|
DescribeAlgorithmOutput.add_member(:algorithm_status_details, Shapes::ShapeRef.new(shape: AlgorithmStatusDetails, required: true, location_name: "AlgorithmStatusDetails"))
|
4698
4699
|
DescribeAlgorithmOutput.add_member(:product_id, Shapes::ShapeRef.new(shape: ProductId, location_name: "ProductId"))
|
4699
|
-
DescribeAlgorithmOutput.add_member(:certify_for_marketplace, Shapes::ShapeRef.new(shape: CertifyForMarketplace, location_name: "CertifyForMarketplace"))
|
4700
|
+
DescribeAlgorithmOutput.add_member(:certify_for_marketplace, Shapes::ShapeRef.new(shape: CertifyForMarketplace, location_name: "CertifyForMarketplace", metadata: {"box" => true}))
|
4700
4701
|
DescribeAlgorithmOutput.struct_class = Types::DescribeAlgorithmOutput
|
4701
4702
|
|
4702
4703
|
DescribeAppImageConfigRequest.add_member(:app_image_config_name, Shapes::ShapeRef.new(shape: AppImageConfigName, required: true, location_name: "AppImageConfigName"))
|
@@ -4725,7 +4726,7 @@ module Aws::SageMaker
|
|
4725
4726
|
DescribeAppResponse.add_member(:user_profile_name, Shapes::ShapeRef.new(shape: UserProfileName, location_name: "UserProfileName"))
|
4726
4727
|
DescribeAppResponse.add_member(:space_name, Shapes::ShapeRef.new(shape: SpaceName, location_name: "SpaceName"))
|
4727
4728
|
DescribeAppResponse.add_member(:status, Shapes::ShapeRef.new(shape: AppStatus, location_name: "Status"))
|
4728
|
-
DescribeAppResponse.add_member(:recovery_mode, Shapes::ShapeRef.new(shape: Boolean, location_name: "RecoveryMode"))
|
4729
|
+
DescribeAppResponse.add_member(:recovery_mode, Shapes::ShapeRef.new(shape: Boolean, location_name: "RecoveryMode", metadata: {"box" => true}))
|
4729
4730
|
DescribeAppResponse.add_member(:last_health_check_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastHealthCheckTimestamp"))
|
4730
4731
|
DescribeAppResponse.add_member(:last_user_activity_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUserActivityTimestamp"))
|
4731
4732
|
DescribeAppResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
@@ -4769,7 +4770,7 @@ module Aws::SageMaker
|
|
4769
4770
|
DescribeAutoMLJobResponse.add_member(:best_candidate, Shapes::ShapeRef.new(shape: AutoMLCandidate, location_name: "BestCandidate"))
|
4770
4771
|
DescribeAutoMLJobResponse.add_member(:auto_ml_job_status, Shapes::ShapeRef.new(shape: AutoMLJobStatus, required: true, location_name: "AutoMLJobStatus"))
|
4771
4772
|
DescribeAutoMLJobResponse.add_member(:auto_ml_job_secondary_status, Shapes::ShapeRef.new(shape: AutoMLJobSecondaryStatus, required: true, location_name: "AutoMLJobSecondaryStatus"))
|
4772
|
-
DescribeAutoMLJobResponse.add_member(:generate_candidate_definitions_only, Shapes::ShapeRef.new(shape: GenerateCandidateDefinitionsOnly, location_name: "GenerateCandidateDefinitionsOnly"))
|
4773
|
+
DescribeAutoMLJobResponse.add_member(:generate_candidate_definitions_only, Shapes::ShapeRef.new(shape: GenerateCandidateDefinitionsOnly, location_name: "GenerateCandidateDefinitionsOnly", metadata: {"box" => true}))
|
4773
4774
|
DescribeAutoMLJobResponse.add_member(:auto_ml_job_artifacts, Shapes::ShapeRef.new(shape: AutoMLJobArtifacts, location_name: "AutoMLJobArtifacts"))
|
4774
4775
|
DescribeAutoMLJobResponse.add_member(:resolved_attributes, Shapes::ShapeRef.new(shape: ResolvedAttributes, location_name: "ResolvedAttributes"))
|
4775
4776
|
DescribeAutoMLJobResponse.add_member(:model_deploy_config, Shapes::ShapeRef.new(shape: ModelDeployConfig, location_name: "ModelDeployConfig"))
|
@@ -4826,13 +4827,13 @@ module Aws::SageMaker
|
|
4826
4827
|
DescribeClusterResponse.struct_class = Types::DescribeClusterResponse
|
4827
4828
|
|
4828
4829
|
DescribeClusterSchedulerConfigRequest.add_member(:cluster_scheduler_config_id, Shapes::ShapeRef.new(shape: ClusterSchedulerConfigId, required: true, location_name: "ClusterSchedulerConfigId"))
|
4829
|
-
DescribeClusterSchedulerConfigRequest.add_member(:cluster_scheduler_config_version, Shapes::ShapeRef.new(shape: Integer, location_name: "ClusterSchedulerConfigVersion"))
|
4830
|
+
DescribeClusterSchedulerConfigRequest.add_member(:cluster_scheduler_config_version, Shapes::ShapeRef.new(shape: Integer, location_name: "ClusterSchedulerConfigVersion", metadata: {"box" => true}))
|
4830
4831
|
DescribeClusterSchedulerConfigRequest.struct_class = Types::DescribeClusterSchedulerConfigRequest
|
4831
4832
|
|
4832
4833
|
DescribeClusterSchedulerConfigResponse.add_member(:cluster_scheduler_config_arn, Shapes::ShapeRef.new(shape: ClusterSchedulerConfigArn, required: true, location_name: "ClusterSchedulerConfigArn"))
|
4833
4834
|
DescribeClusterSchedulerConfigResponse.add_member(:cluster_scheduler_config_id, Shapes::ShapeRef.new(shape: ClusterSchedulerConfigId, required: true, location_name: "ClusterSchedulerConfigId"))
|
4834
4835
|
DescribeClusterSchedulerConfigResponse.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "Name"))
|
4835
|
-
DescribeClusterSchedulerConfigResponse.add_member(:cluster_scheduler_config_version, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "ClusterSchedulerConfigVersion"))
|
4836
|
+
DescribeClusterSchedulerConfigResponse.add_member(:cluster_scheduler_config_version, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "ClusterSchedulerConfigVersion", metadata: {"box" => true}))
|
4836
4837
|
DescribeClusterSchedulerConfigResponse.add_member(:status, Shapes::ShapeRef.new(shape: SchedulerResourceStatus, required: true, location_name: "Status"))
|
4837
4838
|
DescribeClusterSchedulerConfigResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
4838
4839
|
DescribeClusterSchedulerConfigResponse.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: ClusterArn, location_name: "ClusterArn"))
|
@@ -4878,14 +4879,14 @@ module Aws::SageMaker
|
|
4878
4879
|
DescribeCompilationJobResponse.struct_class = Types::DescribeCompilationJobResponse
|
4879
4880
|
|
4880
4881
|
DescribeComputeQuotaRequest.add_member(:compute_quota_id, Shapes::ShapeRef.new(shape: ComputeQuotaId, required: true, location_name: "ComputeQuotaId"))
|
4881
|
-
DescribeComputeQuotaRequest.add_member(:compute_quota_version, Shapes::ShapeRef.new(shape: Integer, location_name: "ComputeQuotaVersion"))
|
4882
|
+
DescribeComputeQuotaRequest.add_member(:compute_quota_version, Shapes::ShapeRef.new(shape: Integer, location_name: "ComputeQuotaVersion", metadata: {"box" => true}))
|
4882
4883
|
DescribeComputeQuotaRequest.struct_class = Types::DescribeComputeQuotaRequest
|
4883
4884
|
|
4884
4885
|
DescribeComputeQuotaResponse.add_member(:compute_quota_arn, Shapes::ShapeRef.new(shape: ComputeQuotaArn, required: true, location_name: "ComputeQuotaArn"))
|
4885
4886
|
DescribeComputeQuotaResponse.add_member(:compute_quota_id, Shapes::ShapeRef.new(shape: ComputeQuotaId, required: true, location_name: "ComputeQuotaId"))
|
4886
4887
|
DescribeComputeQuotaResponse.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "Name"))
|
4887
4888
|
DescribeComputeQuotaResponse.add_member(:description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "Description"))
|
4888
|
-
DescribeComputeQuotaResponse.add_member(:compute_quota_version, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "ComputeQuotaVersion"))
|
4889
|
+
DescribeComputeQuotaResponse.add_member(:compute_quota_version, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "ComputeQuotaVersion", metadata: {"box" => true}))
|
4889
4890
|
DescribeComputeQuotaResponse.add_member(:status, Shapes::ShapeRef.new(shape: SchedulerResourceStatus, required: true, location_name: "Status"))
|
4890
4891
|
DescribeComputeQuotaResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
4891
4892
|
DescribeComputeQuotaResponse.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: ClusterArn, location_name: "ClusterArn"))
|
@@ -4956,7 +4957,7 @@ module Aws::SageMaker
|
|
4956
4957
|
DescribeDeviceResponse.add_member(:registration_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "RegistrationTime"))
|
4957
4958
|
DescribeDeviceResponse.add_member(:latest_heartbeat, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LatestHeartbeat"))
|
4958
4959
|
DescribeDeviceResponse.add_member(:models, Shapes::ShapeRef.new(shape: EdgeModels, location_name: "Models"))
|
4959
|
-
DescribeDeviceResponse.add_member(:max_models, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxModels"))
|
4960
|
+
DescribeDeviceResponse.add_member(:max_models, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxModels", metadata: {"box" => true}))
|
4960
4961
|
DescribeDeviceResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
4961
4962
|
DescribeDeviceResponse.add_member(:agent_version, Shapes::ShapeRef.new(shape: EdgeVersion, location_name: "AgentVersion"))
|
4962
4963
|
DescribeDeviceResponse.struct_class = Types::DescribeDeviceResponse
|
@@ -4991,16 +4992,16 @@ module Aws::SageMaker
|
|
4991
4992
|
|
4992
4993
|
DescribeEdgeDeploymentPlanRequest.add_member(:edge_deployment_plan_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "EdgeDeploymentPlanName"))
|
4993
4994
|
DescribeEdgeDeploymentPlanRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
4994
|
-
DescribeEdgeDeploymentPlanRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: DeploymentStageMaxResults, location_name: "MaxResults"))
|
4995
|
+
DescribeEdgeDeploymentPlanRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: DeploymentStageMaxResults, location_name: "MaxResults", metadata: {"box" => true}))
|
4995
4996
|
DescribeEdgeDeploymentPlanRequest.struct_class = Types::DescribeEdgeDeploymentPlanRequest
|
4996
4997
|
|
4997
4998
|
DescribeEdgeDeploymentPlanResponse.add_member(:edge_deployment_plan_arn, Shapes::ShapeRef.new(shape: EdgeDeploymentPlanArn, required: true, location_name: "EdgeDeploymentPlanArn"))
|
4998
4999
|
DescribeEdgeDeploymentPlanResponse.add_member(:edge_deployment_plan_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "EdgeDeploymentPlanName"))
|
4999
5000
|
DescribeEdgeDeploymentPlanResponse.add_member(:model_configs, Shapes::ShapeRef.new(shape: EdgeDeploymentModelConfigs, required: true, location_name: "ModelConfigs"))
|
5000
5001
|
DescribeEdgeDeploymentPlanResponse.add_member(:device_fleet_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "DeviceFleetName"))
|
5001
|
-
DescribeEdgeDeploymentPlanResponse.add_member(:edge_deployment_success, Shapes::ShapeRef.new(shape: Integer, location_name: "EdgeDeploymentSuccess"))
|
5002
|
-
DescribeEdgeDeploymentPlanResponse.add_member(:edge_deployment_pending, Shapes::ShapeRef.new(shape: Integer, location_name: "EdgeDeploymentPending"))
|
5003
|
-
DescribeEdgeDeploymentPlanResponse.add_member(:edge_deployment_failed, Shapes::ShapeRef.new(shape: Integer, location_name: "EdgeDeploymentFailed"))
|
5002
|
+
DescribeEdgeDeploymentPlanResponse.add_member(:edge_deployment_success, Shapes::ShapeRef.new(shape: Integer, location_name: "EdgeDeploymentSuccess", metadata: {"box" => true}))
|
5003
|
+
DescribeEdgeDeploymentPlanResponse.add_member(:edge_deployment_pending, Shapes::ShapeRef.new(shape: Integer, location_name: "EdgeDeploymentPending", metadata: {"box" => true}))
|
5004
|
+
DescribeEdgeDeploymentPlanResponse.add_member(:edge_deployment_failed, Shapes::ShapeRef.new(shape: Integer, location_name: "EdgeDeploymentFailed", metadata: {"box" => true}))
|
5004
5005
|
DescribeEdgeDeploymentPlanResponse.add_member(:stages, Shapes::ShapeRef.new(shape: DeploymentStageStatusSummaries, required: true, location_name: "Stages"))
|
5005
5006
|
DescribeEdgeDeploymentPlanResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
5006
5007
|
DescribeEdgeDeploymentPlanResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
@@ -5041,7 +5042,7 @@ module Aws::SageMaker
|
|
5041
5042
|
DescribeEndpointConfigOutput.add_member(:shadow_production_variants, Shapes::ShapeRef.new(shape: ProductionVariantList, location_name: "ShadowProductionVariants"))
|
5042
5043
|
DescribeEndpointConfigOutput.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "ExecutionRoleArn"))
|
5043
5044
|
DescribeEndpointConfigOutput.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "VpcConfig"))
|
5044
|
-
DescribeEndpointConfigOutput.add_member(:enable_network_isolation, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableNetworkIsolation"))
|
5045
|
+
DescribeEndpointConfigOutput.add_member(:enable_network_isolation, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableNetworkIsolation", metadata: {"box" => true}))
|
5045
5046
|
DescribeEndpointConfigOutput.struct_class = Types::DescribeEndpointConfigOutput
|
5046
5047
|
|
5047
5048
|
DescribeEndpointInput.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, required: true, location_name: "EndpointName"))
|
@@ -5239,7 +5240,7 @@ module Aws::SageMaker
|
|
5239
5240
|
DescribeImageVersionResponse.add_member(:ml_framework, Shapes::ShapeRef.new(shape: MLFramework, location_name: "MLFramework"))
|
5240
5241
|
DescribeImageVersionResponse.add_member(:programming_lang, Shapes::ShapeRef.new(shape: ProgrammingLang, location_name: "ProgrammingLang"))
|
5241
5242
|
DescribeImageVersionResponse.add_member(:processor, Shapes::ShapeRef.new(shape: Processor, location_name: "Processor"))
|
5242
|
-
DescribeImageVersionResponse.add_member(:horovod, Shapes::ShapeRef.new(shape: Horovod, location_name: "Horovod"))
|
5243
|
+
DescribeImageVersionResponse.add_member(:horovod, Shapes::ShapeRef.new(shape: Horovod, location_name: "Horovod", metadata: {"box" => true}))
|
5243
5244
|
DescribeImageVersionResponse.add_member(:release_notes, Shapes::ShapeRef.new(shape: ReleaseNotes, location_name: "ReleaseNotes"))
|
5244
5245
|
DescribeImageVersionResponse.struct_class = Types::DescribeImageVersionResponse
|
5245
5246
|
|
@@ -5346,10 +5347,11 @@ module Aws::SageMaker
|
|
5346
5347
|
DescribeMlflowTrackingServerResponse.add_member(:mlflow_version, Shapes::ShapeRef.new(shape: MlflowVersion, location_name: "MlflowVersion"))
|
5347
5348
|
DescribeMlflowTrackingServerResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
5348
5349
|
DescribeMlflowTrackingServerResponse.add_member(:tracking_server_status, Shapes::ShapeRef.new(shape: TrackingServerStatus, location_name: "TrackingServerStatus"))
|
5350
|
+
DescribeMlflowTrackingServerResponse.add_member(:tracking_server_maintenance_status, Shapes::ShapeRef.new(shape: TrackingServerMaintenanceStatus, location_name: "TrackingServerMaintenanceStatus"))
|
5349
5351
|
DescribeMlflowTrackingServerResponse.add_member(:is_active, Shapes::ShapeRef.new(shape: IsTrackingServerActive, location_name: "IsActive"))
|
5350
5352
|
DescribeMlflowTrackingServerResponse.add_member(:tracking_server_url, Shapes::ShapeRef.new(shape: TrackingServerUrl, location_name: "TrackingServerUrl"))
|
5351
5353
|
DescribeMlflowTrackingServerResponse.add_member(:weekly_maintenance_window_start, Shapes::ShapeRef.new(shape: WeeklyMaintenanceWindowStart, location_name: "WeeklyMaintenanceWindowStart"))
|
5352
|
-
DescribeMlflowTrackingServerResponse.add_member(:automatic_model_registration, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutomaticModelRegistration"))
|
5354
|
+
DescribeMlflowTrackingServerResponse.add_member(:automatic_model_registration, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutomaticModelRegistration", metadata: {"box" => true}))
|
5353
5355
|
DescribeMlflowTrackingServerResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
5354
5356
|
DescribeMlflowTrackingServerResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
|
5355
5357
|
DescribeMlflowTrackingServerResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
@@ -5379,7 +5381,7 @@ module Aws::SageMaker
|
|
5379
5381
|
DescribeModelCardExportJobResponse.add_member(:model_card_export_job_arn, Shapes::ShapeRef.new(shape: ModelCardExportJobArn, required: true, location_name: "ModelCardExportJobArn"))
|
5380
5382
|
DescribeModelCardExportJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: ModelCardExportJobStatus, required: true, location_name: "Status"))
|
5381
5383
|
DescribeModelCardExportJobResponse.add_member(:model_card_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelCardName"))
|
5382
|
-
DescribeModelCardExportJobResponse.add_member(:model_card_version, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "ModelCardVersion"))
|
5384
|
+
DescribeModelCardExportJobResponse.add_member(:model_card_version, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "ModelCardVersion", metadata: {"box" => true}))
|
5383
5385
|
DescribeModelCardExportJobResponse.add_member(:output_config, Shapes::ShapeRef.new(shape: ModelCardExportOutputConfig, required: true, location_name: "OutputConfig"))
|
5384
5386
|
DescribeModelCardExportJobResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedAt"))
|
5385
5387
|
DescribeModelCardExportJobResponse.add_member(:last_modified_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedAt"))
|
@@ -5388,12 +5390,12 @@ module Aws::SageMaker
|
|
5388
5390
|
DescribeModelCardExportJobResponse.struct_class = Types::DescribeModelCardExportJobResponse
|
5389
5391
|
|
5390
5392
|
DescribeModelCardRequest.add_member(:model_card_name, Shapes::ShapeRef.new(shape: ModelCardNameOrArn, required: true, location_name: "ModelCardName"))
|
5391
|
-
DescribeModelCardRequest.add_member(:model_card_version, Shapes::ShapeRef.new(shape: Integer, location_name: "ModelCardVersion"))
|
5393
|
+
DescribeModelCardRequest.add_member(:model_card_version, Shapes::ShapeRef.new(shape: Integer, location_name: "ModelCardVersion", metadata: {"box" => true}))
|
5392
5394
|
DescribeModelCardRequest.struct_class = Types::DescribeModelCardRequest
|
5393
5395
|
|
5394
5396
|
DescribeModelCardResponse.add_member(:model_card_arn, Shapes::ShapeRef.new(shape: ModelCardArn, required: true, location_name: "ModelCardArn"))
|
5395
5397
|
DescribeModelCardResponse.add_member(:model_card_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelCardName"))
|
5396
|
-
DescribeModelCardResponse.add_member(:model_card_version, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "ModelCardVersion"))
|
5398
|
+
DescribeModelCardResponse.add_member(:model_card_version, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "ModelCardVersion", metadata: {"box" => true}))
|
5397
5399
|
DescribeModelCardResponse.add_member(:content, Shapes::ShapeRef.new(shape: ModelCardContent, required: true, location_name: "Content"))
|
5398
5400
|
DescribeModelCardResponse.add_member(:model_card_status, Shapes::ShapeRef.new(shape: ModelCardStatus, required: true, location_name: "ModelCardStatus"))
|
5399
5401
|
DescribeModelCardResponse.add_member(:security_config, Shapes::ShapeRef.new(shape: ModelCardSecurityConfig, location_name: "SecurityConfig"))
|
@@ -5431,7 +5433,7 @@ module Aws::SageMaker
|
|
5431
5433
|
DescribeModelOutput.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "VpcConfig"))
|
5432
5434
|
DescribeModelOutput.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
5433
5435
|
DescribeModelOutput.add_member(:model_arn, Shapes::ShapeRef.new(shape: ModelArn, required: true, location_name: "ModelArn"))
|
5434
|
-
DescribeModelOutput.add_member(:enable_network_isolation, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableNetworkIsolation"))
|
5436
|
+
DescribeModelOutput.add_member(:enable_network_isolation, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableNetworkIsolation", metadata: {"box" => true}))
|
5435
5437
|
DescribeModelOutput.add_member(:deployment_recommendation, Shapes::ShapeRef.new(shape: DeploymentRecommendation, location_name: "DeploymentRecommendation"))
|
5436
5438
|
DescribeModelOutput.struct_class = Types::DescribeModelOutput
|
5437
5439
|
|
@@ -5460,7 +5462,7 @@ module Aws::SageMaker
|
|
5460
5462
|
DescribeModelPackageOutput.add_member(:validation_specification, Shapes::ShapeRef.new(shape: ModelPackageValidationSpecification, location_name: "ValidationSpecification"))
|
5461
5463
|
DescribeModelPackageOutput.add_member(:model_package_status, Shapes::ShapeRef.new(shape: ModelPackageStatus, required: true, location_name: "ModelPackageStatus"))
|
5462
5464
|
DescribeModelPackageOutput.add_member(:model_package_status_details, Shapes::ShapeRef.new(shape: ModelPackageStatusDetails, required: true, location_name: "ModelPackageStatusDetails"))
|
5463
|
-
DescribeModelPackageOutput.add_member(:certify_for_marketplace, Shapes::ShapeRef.new(shape: CertifyForMarketplace, location_name: "CertifyForMarketplace"))
|
5465
|
+
DescribeModelPackageOutput.add_member(:certify_for_marketplace, Shapes::ShapeRef.new(shape: CertifyForMarketplace, location_name: "CertifyForMarketplace", metadata: {"box" => true}))
|
5464
5466
|
DescribeModelPackageOutput.add_member(:model_approval_status, Shapes::ShapeRef.new(shape: ModelApprovalStatus, location_name: "ModelApprovalStatus"))
|
5465
5467
|
DescribeModelPackageOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
|
5466
5468
|
DescribeModelPackageOutput.add_member(:metadata_properties, Shapes::ShapeRef.new(shape: MetadataProperties, location_name: "MetadataProperties"))
|
@@ -5589,7 +5591,7 @@ module Aws::SageMaker
|
|
5589
5591
|
DescribePartnerAppResponse.add_member(:version, Shapes::ShapeRef.new(shape: NonEmptyString64, location_name: "Version"))
|
5590
5592
|
DescribePartnerAppResponse.add_member(:application_config, Shapes::ShapeRef.new(shape: PartnerAppConfig, location_name: "ApplicationConfig"))
|
5591
5593
|
DescribePartnerAppResponse.add_member(:auth_type, Shapes::ShapeRef.new(shape: PartnerAppAuthType, location_name: "AuthType"))
|
5592
|
-
DescribePartnerAppResponse.add_member(:enable_iam_session_based_identity, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableIamSessionBasedIdentity"))
|
5594
|
+
DescribePartnerAppResponse.add_member(:enable_iam_session_based_identity, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableIamSessionBasedIdentity", metadata: {"box" => true}))
|
5593
5595
|
DescribePartnerAppResponse.add_member(:error, Shapes::ShapeRef.new(shape: ErrorInfo, location_name: "Error"))
|
5594
5596
|
DescribePartnerAppResponse.struct_class = Types::DescribePartnerAppResponse
|
5595
5597
|
|
@@ -5741,9 +5743,9 @@ module Aws::SageMaker
|
|
5741
5743
|
DescribeTrainingJobResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
5742
5744
|
DescribeTrainingJobResponse.add_member(:secondary_status_transitions, Shapes::ShapeRef.new(shape: SecondaryStatusTransitions, location_name: "SecondaryStatusTransitions"))
|
5743
5745
|
DescribeTrainingJobResponse.add_member(:final_metric_data_list, Shapes::ShapeRef.new(shape: FinalMetricDataList, location_name: "FinalMetricDataList"))
|
5744
|
-
DescribeTrainingJobResponse.add_member(:enable_network_isolation, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableNetworkIsolation"))
|
5745
|
-
DescribeTrainingJobResponse.add_member(:enable_inter_container_traffic_encryption, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableInterContainerTrafficEncryption"))
|
5746
|
-
DescribeTrainingJobResponse.add_member(:enable_managed_spot_training, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableManagedSpotTraining"))
|
5746
|
+
DescribeTrainingJobResponse.add_member(:enable_network_isolation, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableNetworkIsolation", metadata: {"box" => true}))
|
5747
|
+
DescribeTrainingJobResponse.add_member(:enable_inter_container_traffic_encryption, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableInterContainerTrafficEncryption", metadata: {"box" => true}))
|
5748
|
+
DescribeTrainingJobResponse.add_member(:enable_managed_spot_training, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableManagedSpotTraining", metadata: {"box" => true}))
|
5747
5749
|
DescribeTrainingJobResponse.add_member(:checkpoint_config, Shapes::ShapeRef.new(shape: CheckpointConfig, location_name: "CheckpointConfig"))
|
5748
5750
|
DescribeTrainingJobResponse.add_member(:training_time_in_seconds, Shapes::ShapeRef.new(shape: TrainingTimeInSeconds, location_name: "TrainingTimeInSeconds"))
|
5749
5751
|
DescribeTrainingJobResponse.add_member(:billable_time_in_seconds, Shapes::ShapeRef.new(shape: BillableTimeInSeconds, location_name: "BillableTimeInSeconds"))
|
@@ -5914,13 +5916,13 @@ module Aws::SageMaker
|
|
5914
5916
|
DeviceNames.member = Shapes::ShapeRef.new(shape: DeviceName)
|
5915
5917
|
|
5916
5918
|
DeviceSelectionConfig.add_member(:device_subset_type, Shapes::ShapeRef.new(shape: DeviceSubsetType, required: true, location_name: "DeviceSubsetType"))
|
5917
|
-
DeviceSelectionConfig.add_member(:percentage, Shapes::ShapeRef.new(shape: Percentage, location_name: "Percentage"))
|
5919
|
+
DeviceSelectionConfig.add_member(:percentage, Shapes::ShapeRef.new(shape: Percentage, location_name: "Percentage", metadata: {"box" => true}))
|
5918
5920
|
DeviceSelectionConfig.add_member(:device_names, Shapes::ShapeRef.new(shape: DeviceNames, location_name: "DeviceNames"))
|
5919
5921
|
DeviceSelectionConfig.add_member(:device_name_contains, Shapes::ShapeRef.new(shape: DeviceName, location_name: "DeviceNameContains"))
|
5920
5922
|
DeviceSelectionConfig.struct_class = Types::DeviceSelectionConfig
|
5921
5923
|
|
5922
|
-
DeviceStats.add_member(:connected_device_count, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "ConnectedDeviceCount"))
|
5923
|
-
DeviceStats.add_member(:registered_device_count, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "RegisteredDeviceCount"))
|
5924
|
+
DeviceStats.add_member(:connected_device_count, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "ConnectedDeviceCount", metadata: {"box" => true}))
|
5925
|
+
DeviceStats.add_member(:registered_device_count, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "RegisteredDeviceCount", metadata: {"box" => true}))
|
5924
5926
|
DeviceStats.struct_class = Types::DeviceStats
|
5925
5927
|
|
5926
5928
|
DeviceSummaries.member = Shapes::ShapeRef.new(shape: DeviceSummary)
|
@@ -6009,10 +6011,10 @@ module Aws::SageMaker
|
|
6009
6011
|
DriftCheckModelQuality.add_member(:constraints, Shapes::ShapeRef.new(shape: MetricsSource, location_name: "Constraints"))
|
6010
6012
|
DriftCheckModelQuality.struct_class = Types::DriftCheckModelQuality
|
6011
6013
|
|
6012
|
-
DynamicScalingConfiguration.add_member(:min_capacity, Shapes::ShapeRef.new(shape: Integer, location_name: "MinCapacity"))
|
6013
|
-
DynamicScalingConfiguration.add_member(:max_capacity, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxCapacity"))
|
6014
|
-
DynamicScalingConfiguration.add_member(:scale_in_cooldown, Shapes::ShapeRef.new(shape: Integer, location_name: "ScaleInCooldown"))
|
6015
|
-
DynamicScalingConfiguration.add_member(:scale_out_cooldown, Shapes::ShapeRef.new(shape: Integer, location_name: "ScaleOutCooldown"))
|
6014
|
+
DynamicScalingConfiguration.add_member(:min_capacity, Shapes::ShapeRef.new(shape: Integer, location_name: "MinCapacity", metadata: {"box" => true}))
|
6015
|
+
DynamicScalingConfiguration.add_member(:max_capacity, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxCapacity", metadata: {"box" => true}))
|
6016
|
+
DynamicScalingConfiguration.add_member(:scale_in_cooldown, Shapes::ShapeRef.new(shape: Integer, location_name: "ScaleInCooldown", metadata: {"box" => true}))
|
6017
|
+
DynamicScalingConfiguration.add_member(:scale_out_cooldown, Shapes::ShapeRef.new(shape: Integer, location_name: "ScaleOutCooldown", metadata: {"box" => true}))
|
6016
6018
|
DynamicScalingConfiguration.add_member(:scaling_policies, Shapes::ShapeRef.new(shape: ScalingPolicies, location_name: "ScalingPolicies"))
|
6017
6019
|
DynamicScalingConfiguration.struct_class = Types::DynamicScalingConfiguration
|
6018
6020
|
|
@@ -6051,17 +6053,17 @@ module Aws::SageMaker
|
|
6051
6053
|
EdgeDeploymentPlanSummary.add_member(:edge_deployment_plan_arn, Shapes::ShapeRef.new(shape: EdgeDeploymentPlanArn, required: true, location_name: "EdgeDeploymentPlanArn"))
|
6052
6054
|
EdgeDeploymentPlanSummary.add_member(:edge_deployment_plan_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "EdgeDeploymentPlanName"))
|
6053
6055
|
EdgeDeploymentPlanSummary.add_member(:device_fleet_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "DeviceFleetName"))
|
6054
|
-
EdgeDeploymentPlanSummary.add_member(:edge_deployment_success, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "EdgeDeploymentSuccess"))
|
6055
|
-
EdgeDeploymentPlanSummary.add_member(:edge_deployment_pending, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "EdgeDeploymentPending"))
|
6056
|
-
EdgeDeploymentPlanSummary.add_member(:edge_deployment_failed, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "EdgeDeploymentFailed"))
|
6056
|
+
EdgeDeploymentPlanSummary.add_member(:edge_deployment_success, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "EdgeDeploymentSuccess", metadata: {"box" => true}))
|
6057
|
+
EdgeDeploymentPlanSummary.add_member(:edge_deployment_pending, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "EdgeDeploymentPending", metadata: {"box" => true}))
|
6058
|
+
EdgeDeploymentPlanSummary.add_member(:edge_deployment_failed, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "EdgeDeploymentFailed", metadata: {"box" => true}))
|
6057
6059
|
EdgeDeploymentPlanSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
6058
6060
|
EdgeDeploymentPlanSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
6059
6061
|
EdgeDeploymentPlanSummary.struct_class = Types::EdgeDeploymentPlanSummary
|
6060
6062
|
|
6061
6063
|
EdgeDeploymentStatus.add_member(:stage_status, Shapes::ShapeRef.new(shape: StageStatus, required: true, location_name: "StageStatus"))
|
6062
|
-
EdgeDeploymentStatus.add_member(:edge_deployment_success_in_stage, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "EdgeDeploymentSuccessInStage"))
|
6063
|
-
EdgeDeploymentStatus.add_member(:edge_deployment_pending_in_stage, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "EdgeDeploymentPendingInStage"))
|
6064
|
-
EdgeDeploymentStatus.add_member(:edge_deployment_failed_in_stage, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "EdgeDeploymentFailedInStage"))
|
6064
|
+
EdgeDeploymentStatus.add_member(:edge_deployment_success_in_stage, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "EdgeDeploymentSuccessInStage", metadata: {"box" => true}))
|
6065
|
+
EdgeDeploymentStatus.add_member(:edge_deployment_pending_in_stage, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "EdgeDeploymentPendingInStage", metadata: {"box" => true}))
|
6066
|
+
EdgeDeploymentStatus.add_member(:edge_deployment_failed_in_stage, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "EdgeDeploymentFailedInStage", metadata: {"box" => true}))
|
6065
6067
|
EdgeDeploymentStatus.add_member(:edge_deployment_status_message, Shapes::ShapeRef.new(shape: String, location_name: "EdgeDeploymentStatusMessage"))
|
6066
6068
|
EdgeDeploymentStatus.add_member(:edge_deployment_stage_start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EdgeDeploymentStageStartTime"))
|
6067
6069
|
EdgeDeploymentStatus.struct_class = Types::EdgeDeploymentStatus
|
@@ -6074,10 +6076,10 @@ module Aws::SageMaker
|
|
6074
6076
|
|
6075
6077
|
EdgeModelStat.add_member(:model_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelName"))
|
6076
6078
|
EdgeModelStat.add_member(:model_version, Shapes::ShapeRef.new(shape: EdgeVersion, required: true, location_name: "ModelVersion"))
|
6077
|
-
EdgeModelStat.add_member(:offline_device_count, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "OfflineDeviceCount"))
|
6078
|
-
EdgeModelStat.add_member(:connected_device_count, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "ConnectedDeviceCount"))
|
6079
|
-
EdgeModelStat.add_member(:active_device_count, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "ActiveDeviceCount"))
|
6080
|
-
EdgeModelStat.add_member(:sampling_device_count, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "SamplingDeviceCount"))
|
6079
|
+
EdgeModelStat.add_member(:offline_device_count, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "OfflineDeviceCount", metadata: {"box" => true}))
|
6080
|
+
EdgeModelStat.add_member(:connected_device_count, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "ConnectedDeviceCount", metadata: {"box" => true}))
|
6081
|
+
EdgeModelStat.add_member(:active_device_count, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "ActiveDeviceCount", metadata: {"box" => true}))
|
6082
|
+
EdgeModelStat.add_member(:sampling_device_count, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "SamplingDeviceCount", metadata: {"box" => true}))
|
6081
6083
|
EdgeModelStat.struct_class = Types::EdgeModelStat
|
6082
6084
|
|
6083
6085
|
EdgeModelStats.member = Shapes::ShapeRef.new(shape: EdgeModelStat)
|
@@ -6367,13 +6369,13 @@ module Aws::SageMaker
|
|
6367
6369
|
|
6368
6370
|
FinalAutoMLJobObjectiveMetric.add_member(:type, Shapes::ShapeRef.new(shape: AutoMLJobObjectiveType, location_name: "Type"))
|
6369
6371
|
FinalAutoMLJobObjectiveMetric.add_member(:metric_name, Shapes::ShapeRef.new(shape: AutoMLMetricEnum, required: true, location_name: "MetricName"))
|
6370
|
-
FinalAutoMLJobObjectiveMetric.add_member(:value, Shapes::ShapeRef.new(shape: MetricValue, required: true, location_name: "Value"))
|
6372
|
+
FinalAutoMLJobObjectiveMetric.add_member(:value, Shapes::ShapeRef.new(shape: MetricValue, required: true, location_name: "Value", metadata: {"box" => true}))
|
6371
6373
|
FinalAutoMLJobObjectiveMetric.add_member(:standard_metric_name, Shapes::ShapeRef.new(shape: AutoMLMetricEnum, location_name: "StandardMetricName"))
|
6372
6374
|
FinalAutoMLJobObjectiveMetric.struct_class = Types::FinalAutoMLJobObjectiveMetric
|
6373
6375
|
|
6374
6376
|
FinalHyperParameterTuningJobObjectiveMetric.add_member(:type, Shapes::ShapeRef.new(shape: HyperParameterTuningJobObjectiveType, location_name: "Type"))
|
6375
6377
|
FinalHyperParameterTuningJobObjectiveMetric.add_member(:metric_name, Shapes::ShapeRef.new(shape: MetricName, required: true, location_name: "MetricName"))
|
6376
|
-
FinalHyperParameterTuningJobObjectiveMetric.add_member(:value, Shapes::ShapeRef.new(shape: MetricValue, required: true, location_name: "Value"))
|
6378
|
+
FinalHyperParameterTuningJobObjectiveMetric.add_member(:value, Shapes::ShapeRef.new(shape: MetricValue, required: true, location_name: "Value", metadata: {"box" => true}))
|
6377
6379
|
FinalHyperParameterTuningJobObjectiveMetric.struct_class = Types::FinalHyperParameterTuningJobObjectiveMetric
|
6378
6380
|
|
6379
6381
|
FinalMetricDataList.member = Shapes::ShapeRef.new(shape: MetricData)
|
@@ -6580,8 +6582,8 @@ module Aws::SageMaker
|
|
6580
6582
|
HyperParameterSpecification.add_member(:description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "Description"))
|
6581
6583
|
HyperParameterSpecification.add_member(:type, Shapes::ShapeRef.new(shape: ParameterType, required: true, location_name: "Type"))
|
6582
6584
|
HyperParameterSpecification.add_member(:range, Shapes::ShapeRef.new(shape: ParameterRange, location_name: "Range"))
|
6583
|
-
HyperParameterSpecification.add_member(:is_tunable, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsTunable"))
|
6584
|
-
HyperParameterSpecification.add_member(:is_required, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsRequired"))
|
6585
|
+
HyperParameterSpecification.add_member(:is_tunable, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsTunable", metadata: {"box" => true}))
|
6586
|
+
HyperParameterSpecification.add_member(:is_required, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsRequired", metadata: {"box" => true}))
|
6585
6587
|
HyperParameterSpecification.add_member(:default_value, Shapes::ShapeRef.new(shape: HyperParameterValue, location_name: "DefaultValue"))
|
6586
6588
|
HyperParameterSpecification.struct_class = Types::HyperParameterSpecification
|
6587
6589
|
|
@@ -6599,9 +6601,9 @@ module Aws::SageMaker
|
|
6599
6601
|
HyperParameterTrainingJobDefinition.add_member(:resource_config, Shapes::ShapeRef.new(shape: ResourceConfig, location_name: "ResourceConfig"))
|
6600
6602
|
HyperParameterTrainingJobDefinition.add_member(:hyper_parameter_tuning_resource_config, Shapes::ShapeRef.new(shape: HyperParameterTuningResourceConfig, location_name: "HyperParameterTuningResourceConfig"))
|
6601
6603
|
HyperParameterTrainingJobDefinition.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: StoppingCondition, required: true, location_name: "StoppingCondition"))
|
6602
|
-
HyperParameterTrainingJobDefinition.add_member(:enable_network_isolation, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableNetworkIsolation"))
|
6603
|
-
HyperParameterTrainingJobDefinition.add_member(:enable_inter_container_traffic_encryption, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableInterContainerTrafficEncryption"))
|
6604
|
-
HyperParameterTrainingJobDefinition.add_member(:enable_managed_spot_training, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableManagedSpotTraining"))
|
6604
|
+
HyperParameterTrainingJobDefinition.add_member(:enable_network_isolation, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableNetworkIsolation", metadata: {"box" => true}))
|
6605
|
+
HyperParameterTrainingJobDefinition.add_member(:enable_inter_container_traffic_encryption, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableInterContainerTrafficEncryption", metadata: {"box" => true}))
|
6606
|
+
HyperParameterTrainingJobDefinition.add_member(:enable_managed_spot_training, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableManagedSpotTraining", metadata: {"box" => true}))
|
6605
6607
|
HyperParameterTrainingJobDefinition.add_member(:checkpoint_config, Shapes::ShapeRef.new(shape: CheckpointConfig, location_name: "CheckpointConfig"))
|
6606
6608
|
HyperParameterTrainingJobDefinition.add_member(:retry_strategy, Shapes::ShapeRef.new(shape: RetryStrategy, location_name: "RetryStrategy"))
|
6607
6609
|
HyperParameterTrainingJobDefinition.add_member(:environment, Shapes::ShapeRef.new(shape: HyperParameterTrainingJobEnvironmentMap, location_name: "Environment"))
|
@@ -6629,13 +6631,13 @@ module Aws::SageMaker
|
|
6629
6631
|
HyperParameterTrainingJobSummary.struct_class = Types::HyperParameterTrainingJobSummary
|
6630
6632
|
|
6631
6633
|
HyperParameterTuningInstanceConfig.add_member(:instance_type, Shapes::ShapeRef.new(shape: TrainingInstanceType, required: true, location_name: "InstanceType"))
|
6632
|
-
HyperParameterTuningInstanceConfig.add_member(:instance_count, Shapes::ShapeRef.new(shape: TrainingInstanceCount, required: true, location_name: "InstanceCount"))
|
6633
|
-
HyperParameterTuningInstanceConfig.add_member(:volume_size_in_gb, Shapes::ShapeRef.new(shape: VolumeSizeInGB, required: true, location_name: "VolumeSizeInGB"))
|
6634
|
+
HyperParameterTuningInstanceConfig.add_member(:instance_count, Shapes::ShapeRef.new(shape: TrainingInstanceCount, required: true, location_name: "InstanceCount", metadata: {"box" => true}))
|
6635
|
+
HyperParameterTuningInstanceConfig.add_member(:volume_size_in_gb, Shapes::ShapeRef.new(shape: VolumeSizeInGB, required: true, location_name: "VolumeSizeInGB", metadata: {"box" => true}))
|
6634
6636
|
HyperParameterTuningInstanceConfig.struct_class = Types::HyperParameterTuningInstanceConfig
|
6635
6637
|
|
6636
6638
|
HyperParameterTuningInstanceConfigs.member = Shapes::ShapeRef.new(shape: HyperParameterTuningInstanceConfig)
|
6637
6639
|
|
6638
|
-
HyperParameterTuningJobCompletionDetails.add_member(:number_of_training_jobs_objective_not_improving, Shapes::ShapeRef.new(shape: Integer, location_name: "NumberOfTrainingJobsObjectiveNotImproving"))
|
6640
|
+
HyperParameterTuningJobCompletionDetails.add_member(:number_of_training_jobs_objective_not_improving, Shapes::ShapeRef.new(shape: Integer, location_name: "NumberOfTrainingJobsObjectiveNotImproving", metadata: {"box" => true}))
|
6639
6641
|
HyperParameterTuningJobCompletionDetails.add_member(:convergence_detected_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ConvergenceDetectedTime"))
|
6640
6642
|
HyperParameterTuningJobCompletionDetails.struct_class = Types::HyperParameterTuningJobCompletionDetails
|
6641
6643
|
|
@@ -6649,7 +6651,7 @@ module Aws::SageMaker
|
|
6649
6651
|
HyperParameterTuningJobConfig.add_member(:random_seed, Shapes::ShapeRef.new(shape: RandomSeed, location_name: "RandomSeed"))
|
6650
6652
|
HyperParameterTuningJobConfig.struct_class = Types::HyperParameterTuningJobConfig
|
6651
6653
|
|
6652
|
-
HyperParameterTuningJobConsumedResources.add_member(:runtime_in_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "RuntimeInSeconds"))
|
6654
|
+
HyperParameterTuningJobConsumedResources.add_member(:runtime_in_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "RuntimeInSeconds", metadata: {"box" => true}))
|
6653
6655
|
HyperParameterTuningJobConsumedResources.struct_class = Types::HyperParameterTuningJobConsumedResources
|
6654
6656
|
|
6655
6657
|
HyperParameterTuningJobObjective.add_member(:type, Shapes::ShapeRef.new(shape: HyperParameterTuningJobObjectiveType, required: true, location_name: "Type"))
|
@@ -6700,8 +6702,8 @@ module Aws::SageMaker
|
|
6700
6702
|
HyperParameterTuningJobWarmStartConfig.struct_class = Types::HyperParameterTuningJobWarmStartConfig
|
6701
6703
|
|
6702
6704
|
HyperParameterTuningResourceConfig.add_member(:instance_type, Shapes::ShapeRef.new(shape: TrainingInstanceType, location_name: "InstanceType"))
|
6703
|
-
HyperParameterTuningResourceConfig.add_member(:instance_count, Shapes::ShapeRef.new(shape: TrainingInstanceCount, location_name: "InstanceCount"))
|
6704
|
-
HyperParameterTuningResourceConfig.add_member(:volume_size_in_gb, Shapes::ShapeRef.new(shape: OptionalVolumeSizeInGB, location_name: "VolumeSizeInGB"))
|
6705
|
+
HyperParameterTuningResourceConfig.add_member(:instance_count, Shapes::ShapeRef.new(shape: TrainingInstanceCount, location_name: "InstanceCount", metadata: {"box" => true}))
|
6706
|
+
HyperParameterTuningResourceConfig.add_member(:volume_size_in_gb, Shapes::ShapeRef.new(shape: OptionalVolumeSizeInGB, location_name: "VolumeSizeInGB", metadata: {"box" => true}))
|
6705
6707
|
HyperParameterTuningResourceConfig.add_member(:volume_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "VolumeKmsKeyId"))
|
6706
6708
|
HyperParameterTuningResourceConfig.add_member(:allocation_strategy, Shapes::ShapeRef.new(shape: HyperParameterTuningAllocationStrategy, location_name: "AllocationStrategy"))
|
6707
6709
|
HyperParameterTuningResourceConfig.add_member(:instance_configs, Shapes::ShapeRef.new(shape: HyperParameterTuningInstanceConfigs, location_name: "InstanceConfigs"))
|
@@ -6882,8 +6884,8 @@ module Aws::SageMaker
|
|
6882
6884
|
InferenceHubAccessConfig.add_member(:hub_content_arn, Shapes::ShapeRef.new(shape: HubContentArn, required: true, location_name: "HubContentArn"))
|
6883
6885
|
InferenceHubAccessConfig.struct_class = Types::InferenceHubAccessConfig
|
6884
6886
|
|
6885
|
-
InferenceMetrics.add_member(:max_invocations, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "MaxInvocations"))
|
6886
|
-
InferenceMetrics.add_member(:model_latency, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "ModelLatency"))
|
6887
|
+
InferenceMetrics.add_member(:max_invocations, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "MaxInvocations", metadata: {"box" => true}))
|
6888
|
+
InferenceMetrics.add_member(:model_latency, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "ModelLatency", metadata: {"box" => true}))
|
6887
6889
|
InferenceMetrics.struct_class = Types::InferenceMetrics
|
6888
6890
|
|
6889
6891
|
InferenceRecommendation.add_member(:recommendation_id, Shapes::ShapeRef.new(shape: String, location_name: "RecommendationId"))
|
@@ -6942,7 +6944,7 @@ module Aws::SageMaker
|
|
6942
6944
|
InputModes.member = Shapes::ShapeRef.new(shape: TrainingInputMode)
|
6943
6945
|
|
6944
6946
|
InstanceGroup.add_member(:instance_type, Shapes::ShapeRef.new(shape: TrainingInstanceType, required: true, location_name: "InstanceType"))
|
6945
|
-
InstanceGroup.add_member(:instance_count, Shapes::ShapeRef.new(shape: TrainingInstanceCount, required: true, location_name: "InstanceCount"))
|
6947
|
+
InstanceGroup.add_member(:instance_count, Shapes::ShapeRef.new(shape: TrainingInstanceCount, required: true, location_name: "InstanceCount", metadata: {"box" => true}))
|
6946
6948
|
InstanceGroup.add_member(:instance_group_name, Shapes::ShapeRef.new(shape: InstanceGroupName, required: true, location_name: "InstanceGroupName"))
|
6947
6949
|
InstanceGroup.struct_class = Types::InstanceGroup
|
6948
6950
|
|
@@ -7003,16 +7005,16 @@ module Aws::SageMaker
|
|
7003
7005
|
|
7004
7006
|
KernelSpecs.member = Shapes::ShapeRef.new(shape: KernelSpec)
|
7005
7007
|
|
7006
|
-
LabelCounters.add_member(:total_labeled, Shapes::ShapeRef.new(shape: LabelCounter, location_name: "TotalLabeled"))
|
7007
|
-
LabelCounters.add_member(:human_labeled, Shapes::ShapeRef.new(shape: LabelCounter, location_name: "HumanLabeled"))
|
7008
|
-
LabelCounters.add_member(:machine_labeled, Shapes::ShapeRef.new(shape: LabelCounter, location_name: "MachineLabeled"))
|
7009
|
-
LabelCounters.add_member(:failed_non_retryable_error, Shapes::ShapeRef.new(shape: LabelCounter, location_name: "FailedNonRetryableError"))
|
7010
|
-
LabelCounters.add_member(:unlabeled, Shapes::ShapeRef.new(shape: LabelCounter, location_name: "Unlabeled"))
|
7008
|
+
LabelCounters.add_member(:total_labeled, Shapes::ShapeRef.new(shape: LabelCounter, location_name: "TotalLabeled", metadata: {"box" => true}))
|
7009
|
+
LabelCounters.add_member(:human_labeled, Shapes::ShapeRef.new(shape: LabelCounter, location_name: "HumanLabeled", metadata: {"box" => true}))
|
7010
|
+
LabelCounters.add_member(:machine_labeled, Shapes::ShapeRef.new(shape: LabelCounter, location_name: "MachineLabeled", metadata: {"box" => true}))
|
7011
|
+
LabelCounters.add_member(:failed_non_retryable_error, Shapes::ShapeRef.new(shape: LabelCounter, location_name: "FailedNonRetryableError", metadata: {"box" => true}))
|
7012
|
+
LabelCounters.add_member(:unlabeled, Shapes::ShapeRef.new(shape: LabelCounter, location_name: "Unlabeled", metadata: {"box" => true}))
|
7011
7013
|
LabelCounters.struct_class = Types::LabelCounters
|
7012
7014
|
|
7013
|
-
LabelCountersForWorkteam.add_member(:human_labeled, Shapes::ShapeRef.new(shape: LabelCounter, location_name: "HumanLabeled"))
|
7014
|
-
LabelCountersForWorkteam.add_member(:pending_human, Shapes::ShapeRef.new(shape: LabelCounter, location_name: "PendingHuman"))
|
7015
|
-
LabelCountersForWorkteam.add_member(:total, Shapes::ShapeRef.new(shape: LabelCounter, location_name: "Total"))
|
7015
|
+
LabelCountersForWorkteam.add_member(:human_labeled, Shapes::ShapeRef.new(shape: LabelCounter, location_name: "HumanLabeled", metadata: {"box" => true}))
|
7016
|
+
LabelCountersForWorkteam.add_member(:pending_human, Shapes::ShapeRef.new(shape: LabelCounter, location_name: "PendingHuman", metadata: {"box" => true}))
|
7017
|
+
LabelCountersForWorkteam.add_member(:total, Shapes::ShapeRef.new(shape: LabelCounter, location_name: "Total", metadata: {"box" => true}))
|
7016
7018
|
LabelCountersForWorkteam.struct_class = Types::LabelCountersForWorkteam
|
7017
7019
|
|
7018
7020
|
LabelingJobAlgorithmsConfig.add_member(:labeling_job_algorithm_specification_arn, Shapes::ShapeRef.new(shape: LabelingJobAlgorithmSpecificationArn, required: true, location_name: "LabelingJobAlgorithmSpecificationArn"))
|
@@ -7287,7 +7289,7 @@ module Aws::SageMaker
|
|
7287
7289
|
ListCodeRepositoriesOutput.struct_class = Types::ListCodeRepositoriesOutput
|
7288
7290
|
|
7289
7291
|
ListCompilationJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
7290
|
-
ListCompilationJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"
|
7292
|
+
ListCompilationJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
7291
7293
|
ListCompilationJobsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTimeAfter"))
|
7292
7294
|
ListCompilationJobsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTimeBefore"))
|
7293
7295
|
ListCompilationJobsRequest.add_member(:last_modified_time_after, Shapes::ShapeRef.new(shape: LastModifiedTime, location_name: "LastModifiedTimeAfter"))
|
@@ -7472,7 +7474,7 @@ module Aws::SageMaker
|
|
7472
7474
|
ListFlowDefinitionsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
7473
7475
|
ListFlowDefinitionsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
7474
7476
|
ListFlowDefinitionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
7475
|
-
ListFlowDefinitionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"
|
7477
|
+
ListFlowDefinitionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
7476
7478
|
ListFlowDefinitionsRequest.struct_class = Types::ListFlowDefinitionsRequest
|
7477
7479
|
|
7478
7480
|
ListFlowDefinitionsResponse.add_member(:flow_definition_summaries, Shapes::ShapeRef.new(shape: FlowDefinitionSummaries, required: true, location_name: "FlowDefinitionSummaries"))
|
@@ -7531,7 +7533,7 @@ module Aws::SageMaker
|
|
7531
7533
|
ListHumanTaskUisRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
7532
7534
|
ListHumanTaskUisRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
7533
7535
|
ListHumanTaskUisRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
7534
|
-
ListHumanTaskUisRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"
|
7536
|
+
ListHumanTaskUisRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
7535
7537
|
ListHumanTaskUisRequest.struct_class = Types::ListHumanTaskUisRequest
|
7536
7538
|
|
7537
7539
|
ListHumanTaskUisResponse.add_member(:human_task_ui_summaries, Shapes::ShapeRef.new(shape: HumanTaskUiSummaries, required: true, location_name: "HumanTaskUiSummaries"))
|
@@ -7539,7 +7541,7 @@ module Aws::SageMaker
|
|
7539
7541
|
ListHumanTaskUisResponse.struct_class = Types::ListHumanTaskUisResponse
|
7540
7542
|
|
7541
7543
|
ListHyperParameterTuningJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
7542
|
-
ListHyperParameterTuningJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"
|
7544
|
+
ListHyperParameterTuningJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
7543
7545
|
ListHyperParameterTuningJobsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: HyperParameterTuningJobSortByOptions, location_name: "SortBy"))
|
7544
7546
|
ListHyperParameterTuningJobsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
7545
7547
|
ListHyperParameterTuningJobsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: NameContains, location_name: "NameContains"))
|
@@ -7721,7 +7723,7 @@ module Aws::SageMaker
|
|
7721
7723
|
ListModelBiasJobDefinitionsResponse.struct_class = Types::ListModelBiasJobDefinitionsResponse
|
7722
7724
|
|
7723
7725
|
ListModelCardExportJobsRequest.add_member(:model_card_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelCardName"))
|
7724
|
-
ListModelCardExportJobsRequest.add_member(:model_card_version, Shapes::ShapeRef.new(shape: Integer, location_name: "ModelCardVersion"))
|
7726
|
+
ListModelCardExportJobsRequest.add_member(:model_card_version, Shapes::ShapeRef.new(shape: Integer, location_name: "ModelCardVersion", metadata: {"box" => true}))
|
7725
7727
|
ListModelCardExportJobsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
|
7726
7728
|
ListModelCardExportJobsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
7727
7729
|
ListModelCardExportJobsRequest.add_member(:model_card_export_job_name_contains, Shapes::ShapeRef.new(shape: EntityName, location_name: "ModelCardExportJobNameContains"))
|
@@ -7943,7 +7945,7 @@ module Aws::SageMaker
|
|
7943
7945
|
ListNotebookInstancesOutput.struct_class = Types::ListNotebookInstancesOutput
|
7944
7946
|
|
7945
7947
|
ListOptimizationJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
7946
|
-
ListOptimizationJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"
|
7948
|
+
ListOptimizationJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
7947
7949
|
ListOptimizationJobsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTimeAfter"))
|
7948
7950
|
ListOptimizationJobsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTimeBefore"))
|
7949
7951
|
ListOptimizationJobsRequest.add_member(:last_modified_time_after, Shapes::ShapeRef.new(shape: LastModifiedTime, location_name: "LastModifiedTimeAfter"))
|
@@ -8021,7 +8023,7 @@ module Aws::SageMaker
|
|
8021
8023
|
ListProcessingJobsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: SortBy, location_name: "SortBy"))
|
8022
8024
|
ListProcessingJobsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
8023
8025
|
ListProcessingJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
8024
|
-
ListProcessingJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"
|
8026
|
+
ListProcessingJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
8025
8027
|
ListProcessingJobsRequest.struct_class = Types::ListProcessingJobsRequest
|
8026
8028
|
|
8027
8029
|
ListProcessingJobsResponse.add_member(:processing_job_summaries, Shapes::ShapeRef.new(shape: ProcessingJobSummaries, required: true, location_name: "ProcessingJobSummaries"))
|
@@ -8069,7 +8071,7 @@ module Aws::SageMaker
|
|
8069
8071
|
ListStageDevicesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
8070
8072
|
ListStageDevicesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListMaxResults, location_name: "MaxResults", metadata: {"box" => true}))
|
8071
8073
|
ListStageDevicesRequest.add_member(:edge_deployment_plan_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "EdgeDeploymentPlanName"))
|
8072
|
-
ListStageDevicesRequest.add_member(:exclude_devices_deployed_in_other_stage, Shapes::ShapeRef.new(shape: Boolean, location_name: "ExcludeDevicesDeployedInOtherStage"))
|
8074
|
+
ListStageDevicesRequest.add_member(:exclude_devices_deployed_in_other_stage, Shapes::ShapeRef.new(shape: Boolean, location_name: "ExcludeDevicesDeployedInOtherStage", metadata: {"box" => true}))
|
8073
8075
|
ListStageDevicesRequest.add_member(:stage_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "StageName"))
|
8074
8076
|
ListStageDevicesRequest.struct_class = Types::ListStageDevicesRequest
|
8075
8077
|
|
@@ -8095,7 +8097,7 @@ module Aws::SageMaker
|
|
8095
8097
|
|
8096
8098
|
ListSubscribedWorkteamsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: WorkteamName, location_name: "NameContains"))
|
8097
8099
|
ListSubscribedWorkteamsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
8098
|
-
ListSubscribedWorkteamsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"
|
8100
|
+
ListSubscribedWorkteamsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
8099
8101
|
ListSubscribedWorkteamsRequest.struct_class = Types::ListSubscribedWorkteamsRequest
|
8100
8102
|
|
8101
8103
|
ListSubscribedWorkteamsResponse.add_member(:subscribed_workteams, Shapes::ShapeRef.new(shape: SubscribedWorkteams, required: true, location_name: "SubscribedWorkteams"))
|
@@ -8124,7 +8126,7 @@ module Aws::SageMaker
|
|
8124
8126
|
ListTrainingJobsForHyperParameterTuningJobResponse.struct_class = Types::ListTrainingJobsForHyperParameterTuningJobResponse
|
8125
8127
|
|
8126
8128
|
ListTrainingJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
8127
|
-
ListTrainingJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"
|
8129
|
+
ListTrainingJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
8128
8130
|
ListTrainingJobsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
|
8129
8131
|
ListTrainingJobsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
8130
8132
|
ListTrainingJobsRequest.add_member(:last_modified_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeAfter"))
|
@@ -8142,7 +8144,7 @@ module Aws::SageMaker
|
|
8142
8144
|
ListTrainingJobsResponse.struct_class = Types::ListTrainingJobsResponse
|
8143
8145
|
|
8144
8146
|
ListTrainingPlansRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
8145
|
-
ListTrainingPlansRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"
|
8147
|
+
ListTrainingPlansRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
8146
8148
|
ListTrainingPlansRequest.add_member(:start_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTimeAfter"))
|
8147
8149
|
ListTrainingPlansRequest.add_member(:start_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTimeBefore"))
|
8148
8150
|
ListTrainingPlansRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: TrainingPlanSortBy, location_name: "SortBy"))
|
@@ -8163,7 +8165,7 @@ module Aws::SageMaker
|
|
8163
8165
|
ListTransformJobsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: SortBy, location_name: "SortBy"))
|
8164
8166
|
ListTransformJobsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
8165
8167
|
ListTransformJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
8166
|
-
ListTransformJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"
|
8168
|
+
ListTransformJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
8167
8169
|
ListTransformJobsRequest.struct_class = Types::ListTransformJobsRequest
|
8168
8170
|
|
8169
8171
|
ListTransformJobsResponse.add_member(:transform_job_summaries, Shapes::ShapeRef.new(shape: TransformJobSummaries, required: true, location_name: "TransformJobSummaries"))
|
@@ -8217,7 +8219,7 @@ module Aws::SageMaker
|
|
8217
8219
|
ListWorkforcesRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
8218
8220
|
ListWorkforcesRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: WorkforceName, location_name: "NameContains"))
|
8219
8221
|
ListWorkforcesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
8220
|
-
ListWorkforcesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"
|
8222
|
+
ListWorkforcesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
8221
8223
|
ListWorkforcesRequest.struct_class = Types::ListWorkforcesRequest
|
8222
8224
|
|
8223
8225
|
ListWorkforcesResponse.add_member(:workforces, Shapes::ShapeRef.new(shape: Workforces, required: true, location_name: "Workforces"))
|
@@ -8228,7 +8230,7 @@ module Aws::SageMaker
|
|
8228
8230
|
ListWorkteamsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
8229
8231
|
ListWorkteamsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: WorkteamName, location_name: "NameContains"))
|
8230
8232
|
ListWorkteamsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
8231
|
-
ListWorkteamsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"
|
8233
|
+
ListWorkteamsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
8232
8234
|
ListWorkteamsRequest.struct_class = Types::ListWorkteamsRequest
|
8233
8235
|
|
8234
8236
|
ListWorkteamsResponse.add_member(:workteams, Shapes::ShapeRef.new(shape: Workteams, required: true, location_name: "Workteams"))
|
@@ -8248,16 +8250,16 @@ module Aws::SageMaker
|
|
8248
8250
|
MetadataProperties.struct_class = Types::MetadataProperties
|
8249
8251
|
|
8250
8252
|
MetricData.add_member(:metric_name, Shapes::ShapeRef.new(shape: MetricName, location_name: "MetricName"))
|
8251
|
-
MetricData.add_member(:value, Shapes::ShapeRef.new(shape: Float, location_name: "Value"))
|
8253
|
+
MetricData.add_member(:value, Shapes::ShapeRef.new(shape: Float, location_name: "Value", metadata: {"box" => true}))
|
8252
8254
|
MetricData.add_member(:timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "Timestamp"))
|
8253
8255
|
MetricData.struct_class = Types::MetricData
|
8254
8256
|
|
8255
8257
|
MetricDataList.member = Shapes::ShapeRef.new(shape: MetricDatum)
|
8256
8258
|
|
8257
8259
|
MetricDatum.add_member(:metric_name, Shapes::ShapeRef.new(shape: AutoMLMetricEnum, location_name: "MetricName"))
|
8258
|
-
MetricDatum.add_member(:value, Shapes::ShapeRef.new(shape: Float, location_name: "Value"))
|
8259
|
-
MetricDatum.add_member(:set, Shapes::ShapeRef.new(shape: MetricSetSource, location_name: "Set"))
|
8260
8260
|
MetricDatum.add_member(:standard_metric_name, Shapes::ShapeRef.new(shape: AutoMLMetricExtendedEnum, location_name: "StandardMetricName"))
|
8261
|
+
MetricDatum.add_member(:value, Shapes::ShapeRef.new(shape: Float, location_name: "Value", metadata: {"box" => true}))
|
8262
|
+
MetricDatum.add_member(:set, Shapes::ShapeRef.new(shape: MetricSetSource, location_name: "Set"))
|
8261
8263
|
MetricDatum.struct_class = Types::MetricDatum
|
8262
8264
|
|
8263
8265
|
MetricDefinition.add_member(:name, Shapes::ShapeRef.new(shape: MetricName, required: true, location_name: "Name"))
|
@@ -8287,12 +8289,12 @@ module Aws::SageMaker
|
|
8287
8289
|
Model.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "VpcConfig"))
|
8288
8290
|
Model.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
8289
8291
|
Model.add_member(:model_arn, Shapes::ShapeRef.new(shape: ModelArn, location_name: "ModelArn"))
|
8290
|
-
Model.add_member(:enable_network_isolation, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableNetworkIsolation"))
|
8292
|
+
Model.add_member(:enable_network_isolation, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableNetworkIsolation", metadata: {"box" => true}))
|
8291
8293
|
Model.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
8292
8294
|
Model.add_member(:deployment_recommendation, Shapes::ShapeRef.new(shape: DeploymentRecommendation, location_name: "DeploymentRecommendation"))
|
8293
8295
|
Model.struct_class = Types::Model
|
8294
8296
|
|
8295
|
-
ModelAccessConfig.add_member(:accept_eula, Shapes::ShapeRef.new(shape: AcceptEula, required: true, location_name: "AcceptEula"))
|
8297
|
+
ModelAccessConfig.add_member(:accept_eula, Shapes::ShapeRef.new(shape: AcceptEula, required: true, location_name: "AcceptEula", metadata: {"box" => true}))
|
8296
8298
|
ModelAccessConfig.struct_class = Types::ModelAccessConfig
|
8297
8299
|
|
8298
8300
|
ModelArtifacts.add_member(:s3_model_artifacts, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3ModelArtifacts"))
|
@@ -8314,7 +8316,7 @@ module Aws::SageMaker
|
|
8314
8316
|
|
8315
8317
|
ModelCard.add_member(:model_card_arn, Shapes::ShapeRef.new(shape: ModelCardArn, location_name: "ModelCardArn"))
|
8316
8318
|
ModelCard.add_member(:model_card_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "ModelCardName"))
|
8317
|
-
ModelCard.add_member(:model_card_version, Shapes::ShapeRef.new(shape: Integer, location_name: "ModelCardVersion"))
|
8319
|
+
ModelCard.add_member(:model_card_version, Shapes::ShapeRef.new(shape: Integer, location_name: "ModelCardVersion", metadata: {"box" => true}))
|
8318
8320
|
ModelCard.add_member(:content, Shapes::ShapeRef.new(shape: ModelCardContent, location_name: "Content"))
|
8319
8321
|
ModelCard.add_member(:model_card_status, Shapes::ShapeRef.new(shape: ModelCardStatus, location_name: "ModelCardStatus"))
|
8320
8322
|
ModelCard.add_member(:security_config, Shapes::ShapeRef.new(shape: ModelCardSecurityConfig, location_name: "SecurityConfig"))
|
@@ -8335,7 +8337,7 @@ module Aws::SageMaker
|
|
8335
8337
|
ModelCardExportJobSummary.add_member(:model_card_export_job_arn, Shapes::ShapeRef.new(shape: ModelCardExportJobArn, required: true, location_name: "ModelCardExportJobArn"))
|
8336
8338
|
ModelCardExportJobSummary.add_member(:status, Shapes::ShapeRef.new(shape: ModelCardExportJobStatus, required: true, location_name: "Status"))
|
8337
8339
|
ModelCardExportJobSummary.add_member(:model_card_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelCardName"))
|
8338
|
-
ModelCardExportJobSummary.add_member(:model_card_version, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "ModelCardVersion"))
|
8340
|
+
ModelCardExportJobSummary.add_member(:model_card_version, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "ModelCardVersion", metadata: {"box" => true}))
|
8339
8341
|
ModelCardExportJobSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedAt"))
|
8340
8342
|
ModelCardExportJobSummary.add_member(:last_modified_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedAt"))
|
8341
8343
|
ModelCardExportJobSummary.struct_class = Types::ModelCardExportJobSummary
|
@@ -8360,7 +8362,7 @@ module Aws::SageMaker
|
|
8360
8362
|
ModelCardVersionSummary.add_member(:model_card_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelCardName"))
|
8361
8363
|
ModelCardVersionSummary.add_member(:model_card_arn, Shapes::ShapeRef.new(shape: ModelCardArn, required: true, location_name: "ModelCardArn"))
|
8362
8364
|
ModelCardVersionSummary.add_member(:model_card_status, Shapes::ShapeRef.new(shape: ModelCardStatus, required: true, location_name: "ModelCardStatus"))
|
8363
|
-
ModelCardVersionSummary.add_member(:model_card_version, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "ModelCardVersion"))
|
8365
|
+
ModelCardVersionSummary.add_member(:model_card_version, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "ModelCardVersion", metadata: {"box" => true}))
|
8364
8366
|
ModelCardVersionSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
8365
8367
|
ModelCardVersionSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
8366
8368
|
ModelCardVersionSummary.struct_class = Types::ModelCardVersionSummary
|
@@ -8389,7 +8391,7 @@ module Aws::SageMaker
|
|
8389
8391
|
|
8390
8392
|
ModelDashboardEndpoints.member = Shapes::ShapeRef.new(shape: ModelDashboardEndpoint)
|
8391
8393
|
|
8392
|
-
ModelDashboardIndicatorAction.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "Enabled"))
|
8394
|
+
ModelDashboardIndicatorAction.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "Enabled", metadata: {"box" => true}))
|
8393
8395
|
ModelDashboardIndicatorAction.struct_class = Types::ModelDashboardIndicatorAction
|
8394
8396
|
|
8395
8397
|
ModelDashboardModel.add_member(:model, Shapes::ShapeRef.new(shape: Model, location_name: "Model"))
|
@@ -8401,7 +8403,7 @@ module Aws::SageMaker
|
|
8401
8403
|
|
8402
8404
|
ModelDashboardModelCard.add_member(:model_card_arn, Shapes::ShapeRef.new(shape: ModelCardArn, location_name: "ModelCardArn"))
|
8403
8405
|
ModelDashboardModelCard.add_member(:model_card_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "ModelCardName"))
|
8404
|
-
ModelDashboardModelCard.add_member(:model_card_version, Shapes::ShapeRef.new(shape: Integer, location_name: "ModelCardVersion"))
|
8406
|
+
ModelDashboardModelCard.add_member(:model_card_version, Shapes::ShapeRef.new(shape: Integer, location_name: "ModelCardVersion", metadata: {"box" => true}))
|
8405
8407
|
ModelDashboardModelCard.add_member(:model_card_status, Shapes::ShapeRef.new(shape: ModelCardStatus, location_name: "ModelCardStatus"))
|
8406
8408
|
ModelDashboardModelCard.add_member(:security_config, Shapes::ShapeRef.new(shape: ModelCardSecurityConfig, location_name: "SecurityConfig"))
|
8407
8409
|
ModelDashboardModelCard.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
@@ -8436,7 +8438,7 @@ module Aws::SageMaker
|
|
8436
8438
|
ModelDataSource.add_member(:s3_data_source, Shapes::ShapeRef.new(shape: S3ModelDataSource, location_name: "S3DataSource"))
|
8437
8439
|
ModelDataSource.struct_class = Types::ModelDataSource
|
8438
8440
|
|
8439
|
-
ModelDeployConfig.add_member(:auto_generate_endpoint_name, Shapes::ShapeRef.new(shape: AutoGenerateEndpointName, location_name: "AutoGenerateEndpointName"))
|
8441
|
+
ModelDeployConfig.add_member(:auto_generate_endpoint_name, Shapes::ShapeRef.new(shape: AutoGenerateEndpointName, location_name: "AutoGenerateEndpointName", metadata: {"box" => true}))
|
8440
8442
|
ModelDeployConfig.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, location_name: "EndpointName"))
|
8441
8443
|
ModelDeployConfig.struct_class = Types::ModelDeployConfig
|
8442
8444
|
|
@@ -8467,7 +8469,7 @@ module Aws::SageMaker
|
|
8467
8469
|
ModelInput.struct_class = Types::ModelInput
|
8468
8470
|
|
8469
8471
|
ModelLatencyThreshold.add_member(:percentile, Shapes::ShapeRef.new(shape: String64, location_name: "Percentile"))
|
8470
|
-
ModelLatencyThreshold.add_member(:value_in_milliseconds, Shapes::ShapeRef.new(shape: Integer, location_name: "ValueInMilliseconds"))
|
8472
|
+
ModelLatencyThreshold.add_member(:value_in_milliseconds, Shapes::ShapeRef.new(shape: Integer, location_name: "ValueInMilliseconds", metadata: {"box" => true}))
|
8471
8473
|
ModelLatencyThreshold.struct_class = Types::ModelLatencyThreshold
|
8472
8474
|
|
8473
8475
|
ModelLatencyThresholds.member = Shapes::ShapeRef.new(shape: ModelLatencyThreshold)
|
@@ -8512,7 +8514,7 @@ module Aws::SageMaker
|
|
8512
8514
|
ModelPackage.add_member(:validation_specification, Shapes::ShapeRef.new(shape: ModelPackageValidationSpecification, location_name: "ValidationSpecification"))
|
8513
8515
|
ModelPackage.add_member(:model_package_status, Shapes::ShapeRef.new(shape: ModelPackageStatus, location_name: "ModelPackageStatus"))
|
8514
8516
|
ModelPackage.add_member(:model_package_status_details, Shapes::ShapeRef.new(shape: ModelPackageStatusDetails, location_name: "ModelPackageStatusDetails"))
|
8515
|
-
ModelPackage.add_member(:certify_for_marketplace, Shapes::ShapeRef.new(shape: CertifyForMarketplace, location_name: "CertifyForMarketplace"))
|
8517
|
+
ModelPackage.add_member(:certify_for_marketplace, Shapes::ShapeRef.new(shape: CertifyForMarketplace, location_name: "CertifyForMarketplace", metadata: {"box" => true}))
|
8516
8518
|
ModelPackage.add_member(:model_approval_status, Shapes::ShapeRef.new(shape: ModelApprovalStatus, location_name: "ModelApprovalStatus"))
|
8517
8519
|
ModelPackage.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
|
8518
8520
|
ModelPackage.add_member(:metadata_properties, Shapes::ShapeRef.new(shape: MetadataProperties, location_name: "MetadataProperties"))
|
@@ -8722,7 +8724,7 @@ module Aws::SageMaker
|
|
8722
8724
|
|
8723
8725
|
MonitoringContainerArguments.member = Shapes::ShapeRef.new(shape: ContainerArgument)
|
8724
8726
|
|
8725
|
-
MonitoringCsvDatasetFormat.add_member(:header, Shapes::ShapeRef.new(shape: Boolean, location_name: "Header"))
|
8727
|
+
MonitoringCsvDatasetFormat.add_member(:header, Shapes::ShapeRef.new(shape: Boolean, location_name: "Header", metadata: {"box" => true}))
|
8726
8728
|
MonitoringCsvDatasetFormat.struct_class = Types::MonitoringCsvDatasetFormat
|
8727
8729
|
|
8728
8730
|
MonitoringDatasetFormat.add_member(:csv, Shapes::ShapeRef.new(shape: MonitoringCsvDatasetFormat, location_name: "Csv"))
|
@@ -8775,11 +8777,11 @@ module Aws::SageMaker
|
|
8775
8777
|
|
8776
8778
|
MonitoringJobDefinitionSummaryList.member = Shapes::ShapeRef.new(shape: MonitoringJobDefinitionSummary)
|
8777
8779
|
|
8778
|
-
MonitoringJsonDatasetFormat.add_member(:line, Shapes::ShapeRef.new(shape: Boolean, location_name: "Line"))
|
8780
|
+
MonitoringJsonDatasetFormat.add_member(:line, Shapes::ShapeRef.new(shape: Boolean, location_name: "Line", metadata: {"box" => true}))
|
8779
8781
|
MonitoringJsonDatasetFormat.struct_class = Types::MonitoringJsonDatasetFormat
|
8780
8782
|
|
8781
|
-
MonitoringNetworkConfig.add_member(:enable_inter_container_traffic_encryption, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableInterContainerTrafficEncryption"))
|
8782
|
-
MonitoringNetworkConfig.add_member(:enable_network_isolation, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableNetworkIsolation"))
|
8783
|
+
MonitoringNetworkConfig.add_member(:enable_inter_container_traffic_encryption, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableInterContainerTrafficEncryption", metadata: {"box" => true}))
|
8784
|
+
MonitoringNetworkConfig.add_member(:enable_network_isolation, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableNetworkIsolation", metadata: {"box" => true}))
|
8783
8785
|
MonitoringNetworkConfig.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "VpcConfig"))
|
8784
8786
|
MonitoringNetworkConfig.struct_class = Types::MonitoringNetworkConfig
|
8785
8787
|
|
@@ -8838,7 +8840,7 @@ module Aws::SageMaker
|
|
8838
8840
|
MonitoringStatisticsResource.add_member(:s3_uri, Shapes::ShapeRef.new(shape: S3Uri, location_name: "S3Uri"))
|
8839
8841
|
MonitoringStatisticsResource.struct_class = Types::MonitoringStatisticsResource
|
8840
8842
|
|
8841
|
-
MonitoringStoppingCondition.add_member(:max_runtime_in_seconds, Shapes::ShapeRef.new(shape: MonitoringMaxRuntimeInSeconds, required: true, location_name: "MaxRuntimeInSeconds"))
|
8843
|
+
MonitoringStoppingCondition.add_member(:max_runtime_in_seconds, Shapes::ShapeRef.new(shape: MonitoringMaxRuntimeInSeconds, required: true, location_name: "MaxRuntimeInSeconds", metadata: {"box" => true}))
|
8842
8844
|
MonitoringStoppingCondition.struct_class = Types::MonitoringStoppingCondition
|
8843
8845
|
|
8844
8846
|
MultiModelConfig.add_member(:model_cache_setting, Shapes::ShapeRef.new(shape: ModelCacheSetting, location_name: "ModelCacheSetting"))
|
@@ -8858,8 +8860,8 @@ module Aws::SageMaker
|
|
8858
8860
|
|
8859
8861
|
NestedFiltersList.member = Shapes::ShapeRef.new(shape: NestedFilters)
|
8860
8862
|
|
8861
|
-
NetworkConfig.add_member(:enable_inter_container_traffic_encryption, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableInterContainerTrafficEncryption"))
|
8862
|
-
NetworkConfig.add_member(:enable_network_isolation, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableNetworkIsolation"))
|
8863
|
+
NetworkConfig.add_member(:enable_inter_container_traffic_encryption, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableInterContainerTrafficEncryption", metadata: {"box" => true}))
|
8864
|
+
NetworkConfig.add_member(:enable_network_isolation, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableNetworkIsolation", metadata: {"box" => true}))
|
8863
8865
|
NetworkConfig.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "VpcConfig"))
|
8864
8866
|
NetworkConfig.struct_class = Types::NetworkConfig
|
8865
8867
|
|
@@ -8895,13 +8897,13 @@ module Aws::SageMaker
|
|
8895
8897
|
NotificationConfiguration.add_member(:notification_topic_arn, Shapes::ShapeRef.new(shape: NotificationTopicArn, location_name: "NotificationTopicArn"))
|
8896
8898
|
NotificationConfiguration.struct_class = Types::NotificationConfiguration
|
8897
8899
|
|
8898
|
-
ObjectiveStatusCounters.add_member(:succeeded, Shapes::ShapeRef.new(shape: ObjectiveStatusCounter, location_name: "Succeeded"))
|
8899
|
-
ObjectiveStatusCounters.add_member(:pending, Shapes::ShapeRef.new(shape: ObjectiveStatusCounter, location_name: "Pending"))
|
8900
|
-
ObjectiveStatusCounters.add_member(:failed, Shapes::ShapeRef.new(shape: ObjectiveStatusCounter, location_name: "Failed"))
|
8900
|
+
ObjectiveStatusCounters.add_member(:succeeded, Shapes::ShapeRef.new(shape: ObjectiveStatusCounter, location_name: "Succeeded", metadata: {"box" => true}))
|
8901
|
+
ObjectiveStatusCounters.add_member(:pending, Shapes::ShapeRef.new(shape: ObjectiveStatusCounter, location_name: "Pending", metadata: {"box" => true}))
|
8902
|
+
ObjectiveStatusCounters.add_member(:failed, Shapes::ShapeRef.new(shape: ObjectiveStatusCounter, location_name: "Failed", metadata: {"box" => true}))
|
8901
8903
|
ObjectiveStatusCounters.struct_class = Types::ObjectiveStatusCounters
|
8902
8904
|
|
8903
8905
|
OfflineStoreConfig.add_member(:s3_storage_config, Shapes::ShapeRef.new(shape: S3StorageConfig, required: true, location_name: "S3StorageConfig"))
|
8904
|
-
OfflineStoreConfig.add_member(:disable_glue_table_creation, Shapes::ShapeRef.new(shape: Boolean, location_name: "DisableGlueTableCreation"))
|
8906
|
+
OfflineStoreConfig.add_member(:disable_glue_table_creation, Shapes::ShapeRef.new(shape: Boolean, location_name: "DisableGlueTableCreation", metadata: {"box" => true}))
|
8905
8907
|
OfflineStoreConfig.add_member(:data_catalog_config, Shapes::ShapeRef.new(shape: DataCatalogConfig, location_name: "DataCatalogConfig"))
|
8906
8908
|
OfflineStoreConfig.add_member(:table_format, Shapes::ShapeRef.new(shape: TableFormat, location_name: "TableFormat"))
|
8907
8909
|
OfflineStoreConfig.struct_class = Types::OfflineStoreConfig
|
@@ -8939,7 +8941,7 @@ module Aws::SageMaker
|
|
8939
8941
|
OnStartDeepHealthChecks.member = Shapes::ShapeRef.new(shape: DeepHealthCheckType)
|
8940
8942
|
|
8941
8943
|
OnlineStoreConfig.add_member(:security_config, Shapes::ShapeRef.new(shape: OnlineStoreSecurityConfig, location_name: "SecurityConfig"))
|
8942
|
-
OnlineStoreConfig.add_member(:enable_online_store, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableOnlineStore"))
|
8944
|
+
OnlineStoreConfig.add_member(:enable_online_store, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableOnlineStore", metadata: {"box" => true}))
|
8943
8945
|
OnlineStoreConfig.add_member(:ttl_duration, Shapes::ShapeRef.new(shape: TtlDuration, location_name: "TtlDuration"))
|
8944
8946
|
OnlineStoreConfig.add_member(:storage_type, Shapes::ShapeRef.new(shape: StorageType, location_name: "StorageType"))
|
8945
8947
|
OnlineStoreConfig.struct_class = Types::OnlineStoreConfig
|
@@ -8989,7 +8991,7 @@ module Aws::SageMaker
|
|
8989
8991
|
OptimizationJobSummary.add_member(:optimization_types, Shapes::ShapeRef.new(shape: OptimizationTypes, required: true, location_name: "OptimizationTypes"))
|
8990
8992
|
OptimizationJobSummary.struct_class = Types::OptimizationJobSummary
|
8991
8993
|
|
8992
|
-
OptimizationModelAccessConfig.add_member(:accept_eula, Shapes::ShapeRef.new(shape: OptimizationModelAcceptEula, required: true, location_name: "AcceptEula"))
|
8994
|
+
OptimizationModelAccessConfig.add_member(:accept_eula, Shapes::ShapeRef.new(shape: OptimizationModelAcceptEula, required: true, location_name: "AcceptEula", metadata: {"box" => true}))
|
8993
8995
|
OptimizationModelAccessConfig.struct_class = Types::OptimizationModelAccessConfig
|
8994
8996
|
|
8995
8997
|
OptimizationOutput.add_member(:recommended_inference_image, Shapes::ShapeRef.new(shape: OptimizationContainerImage, location_name: "RecommendedInferenceImage"))
|
@@ -9029,7 +9031,7 @@ module Aws::SageMaker
|
|
9029
9031
|
OwnershipSettingsSummary.add_member(:owner_user_profile_name, Shapes::ShapeRef.new(shape: UserProfileName, location_name: "OwnerUserProfileName"))
|
9030
9032
|
OwnershipSettingsSummary.struct_class = Types::OwnershipSettingsSummary
|
9031
9033
|
|
9032
|
-
ParallelismConfiguration.add_member(:max_parallel_execution_steps, Shapes::ShapeRef.new(shape: MaxParallelExecutionSteps, required: true, location_name: "MaxParallelExecutionSteps"))
|
9034
|
+
ParallelismConfiguration.add_member(:max_parallel_execution_steps, Shapes::ShapeRef.new(shape: MaxParallelExecutionSteps, required: true, location_name: "MaxParallelExecutionSteps", metadata: {"box" => true}))
|
9033
9035
|
ParallelismConfiguration.struct_class = Types::ParallelismConfiguration
|
9034
9036
|
|
9035
9037
|
Parameter.add_member(:name, Shapes::ShapeRef.new(shape: PipelineParameterName, required: true, location_name: "Name"))
|
@@ -9158,7 +9160,7 @@ module Aws::SageMaker
|
|
9158
9160
|
PipelineExecutionStep.add_member(:cache_hit_result, Shapes::ShapeRef.new(shape: CacheHitResult, location_name: "CacheHitResult"))
|
9159
9161
|
PipelineExecutionStep.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
9160
9162
|
PipelineExecutionStep.add_member(:metadata, Shapes::ShapeRef.new(shape: PipelineExecutionStepMetadata, location_name: "Metadata"))
|
9161
|
-
PipelineExecutionStep.add_member(:attempt_count, Shapes::ShapeRef.new(shape: Integer, location_name: "AttemptCount"))
|
9163
|
+
PipelineExecutionStep.add_member(:attempt_count, Shapes::ShapeRef.new(shape: Integer, location_name: "AttemptCount", metadata: {"box" => true}))
|
9162
9164
|
PipelineExecutionStep.add_member(:selective_execution_result, Shapes::ShapeRef.new(shape: SelectiveExecutionResult, location_name: "SelectiveExecutionResult"))
|
9163
9165
|
PipelineExecutionStep.struct_class = Types::PipelineExecutionStep
|
9164
9166
|
|
@@ -9230,7 +9232,7 @@ module Aws::SageMaker
|
|
9230
9232
|
ProcessingFeatureStoreOutput.struct_class = Types::ProcessingFeatureStoreOutput
|
9231
9233
|
|
9232
9234
|
ProcessingInput.add_member(:input_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "InputName"))
|
9233
|
-
ProcessingInput.add_member(:app_managed, Shapes::ShapeRef.new(shape: AppManaged, location_name: "AppManaged"))
|
9235
|
+
ProcessingInput.add_member(:app_managed, Shapes::ShapeRef.new(shape: AppManaged, location_name: "AppManaged", metadata: {"box" => true}))
|
9234
9236
|
ProcessingInput.add_member(:s3_input, Shapes::ShapeRef.new(shape: ProcessingS3Input, location_name: "S3Input"))
|
9235
9237
|
ProcessingInput.add_member(:dataset_definition, Shapes::ShapeRef.new(shape: DatasetDefinition, location_name: "DatasetDefinition"))
|
9236
9238
|
ProcessingInput.struct_class = Types::ProcessingInput
|
@@ -9279,7 +9281,7 @@ module Aws::SageMaker
|
|
9279
9281
|
ProcessingOutput.add_member(:output_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "OutputName"))
|
9280
9282
|
ProcessingOutput.add_member(:s3_output, Shapes::ShapeRef.new(shape: ProcessingS3Output, location_name: "S3Output"))
|
9281
9283
|
ProcessingOutput.add_member(:feature_store_output, Shapes::ShapeRef.new(shape: ProcessingFeatureStoreOutput, location_name: "FeatureStoreOutput"))
|
9282
|
-
ProcessingOutput.add_member(:app_managed, Shapes::ShapeRef.new(shape: AppManaged, location_name: "AppManaged"))
|
9284
|
+
ProcessingOutput.add_member(:app_managed, Shapes::ShapeRef.new(shape: AppManaged, location_name: "AppManaged", metadata: {"box" => true}))
|
9283
9285
|
ProcessingOutput.struct_class = Types::ProcessingOutput
|
9284
9286
|
|
9285
9287
|
ProcessingOutputConfig.add_member(:outputs, Shapes::ShapeRef.new(shape: ProcessingOutputs, required: true, location_name: "Outputs"))
|
@@ -9304,7 +9306,7 @@ module Aws::SageMaker
|
|
9304
9306
|
ProcessingS3Output.add_member(:s3_upload_mode, Shapes::ShapeRef.new(shape: ProcessingS3UploadMode, required: true, location_name: "S3UploadMode"))
|
9305
9307
|
ProcessingS3Output.struct_class = Types::ProcessingS3Output
|
9306
9308
|
|
9307
|
-
ProcessingStoppingCondition.add_member(:max_runtime_in_seconds, Shapes::ShapeRef.new(shape: ProcessingMaxRuntimeInSeconds, required: true, location_name: "MaxRuntimeInSeconds"))
|
9309
|
+
ProcessingStoppingCondition.add_member(:max_runtime_in_seconds, Shapes::ShapeRef.new(shape: ProcessingMaxRuntimeInSeconds, required: true, location_name: "MaxRuntimeInSeconds", metadata: {"box" => true}))
|
9308
9310
|
ProcessingStoppingCondition.struct_class = Types::ProcessingStoppingCondition
|
9309
9311
|
|
9310
9312
|
ProductListings.member = Shapes::ShapeRef.new(shape: String)
|
@@ -9374,13 +9376,13 @@ module Aws::SageMaker
|
|
9374
9376
|
ProfilerConfig.add_member(:s3_output_path, Shapes::ShapeRef.new(shape: S3Uri, location_name: "S3OutputPath"))
|
9375
9377
|
ProfilerConfig.add_member(:profiling_interval_in_milliseconds, Shapes::ShapeRef.new(shape: ProfilingIntervalInMilliseconds, location_name: "ProfilingIntervalInMilliseconds"))
|
9376
9378
|
ProfilerConfig.add_member(:profiling_parameters, Shapes::ShapeRef.new(shape: ProfilingParameters, location_name: "ProfilingParameters"))
|
9377
|
-
ProfilerConfig.add_member(:disable_profiler, Shapes::ShapeRef.new(shape: DisableProfiler, location_name: "DisableProfiler"))
|
9379
|
+
ProfilerConfig.add_member(:disable_profiler, Shapes::ShapeRef.new(shape: DisableProfiler, location_name: "DisableProfiler", metadata: {"box" => true}))
|
9378
9380
|
ProfilerConfig.struct_class = Types::ProfilerConfig
|
9379
9381
|
|
9380
9382
|
ProfilerConfigForUpdate.add_member(:s3_output_path, Shapes::ShapeRef.new(shape: S3Uri, location_name: "S3OutputPath"))
|
9381
9383
|
ProfilerConfigForUpdate.add_member(:profiling_interval_in_milliseconds, Shapes::ShapeRef.new(shape: ProfilingIntervalInMilliseconds, location_name: "ProfilingIntervalInMilliseconds"))
|
9382
9384
|
ProfilerConfigForUpdate.add_member(:profiling_parameters, Shapes::ShapeRef.new(shape: ProfilingParameters, location_name: "ProfilingParameters"))
|
9383
|
-
ProfilerConfigForUpdate.add_member(:disable_profiler, Shapes::ShapeRef.new(shape: DisableProfiler, location_name: "DisableProfiler"))
|
9385
|
+
ProfilerConfigForUpdate.add_member(:disable_profiler, Shapes::ShapeRef.new(shape: DisableProfiler, location_name: "DisableProfiler", metadata: {"box" => true}))
|
9384
9386
|
ProfilerConfigForUpdate.struct_class = Types::ProfilerConfigForUpdate
|
9385
9387
|
|
9386
9388
|
ProfilerRuleConfiguration.add_member(:rule_configuration_name, Shapes::ShapeRef.new(shape: RuleConfigurationName, required: true, location_name: "RuleConfigurationName"))
|
@@ -9388,7 +9390,7 @@ module Aws::SageMaker
|
|
9388
9390
|
ProfilerRuleConfiguration.add_member(:s3_output_path, Shapes::ShapeRef.new(shape: S3Uri, location_name: "S3OutputPath"))
|
9389
9391
|
ProfilerRuleConfiguration.add_member(:rule_evaluator_image, Shapes::ShapeRef.new(shape: AlgorithmImage, required: true, location_name: "RuleEvaluatorImage"))
|
9390
9392
|
ProfilerRuleConfiguration.add_member(:instance_type, Shapes::ShapeRef.new(shape: ProcessingInstanceType, location_name: "InstanceType"))
|
9391
|
-
ProfilerRuleConfiguration.add_member(:volume_size_in_gb, Shapes::ShapeRef.new(shape: OptionalVolumeSizeInGB, location_name: "VolumeSizeInGB"))
|
9393
|
+
ProfilerRuleConfiguration.add_member(:volume_size_in_gb, Shapes::ShapeRef.new(shape: OptionalVolumeSizeInGB, location_name: "VolumeSizeInGB", metadata: {"box" => true}))
|
9392
9394
|
ProfilerRuleConfiguration.add_member(:rule_parameters, Shapes::ShapeRef.new(shape: RuleParameters, location_name: "RuleParameters"))
|
9393
9395
|
ProfilerRuleConfiguration.struct_class = Types::ProfilerRuleConfiguration
|
9394
9396
|
|
@@ -9462,8 +9464,8 @@ module Aws::SageMaker
|
|
9462
9464
|
QualityCheckStepMetadata.add_member(:model_package_group_name, Shapes::ShapeRef.new(shape: String256, location_name: "ModelPackageGroupName"))
|
9463
9465
|
QualityCheckStepMetadata.add_member(:violation_report, Shapes::ShapeRef.new(shape: String1024, location_name: "ViolationReport"))
|
9464
9466
|
QualityCheckStepMetadata.add_member(:check_job_arn, Shapes::ShapeRef.new(shape: String256, location_name: "CheckJobArn"))
|
9465
|
-
QualityCheckStepMetadata.add_member(:skip_check, Shapes::ShapeRef.new(shape: Boolean, location_name: "SkipCheck"))
|
9466
|
-
QualityCheckStepMetadata.add_member(:register_new_baseline, Shapes::ShapeRef.new(shape: Boolean, location_name: "RegisterNewBaseline"))
|
9467
|
+
QualityCheckStepMetadata.add_member(:skip_check, Shapes::ShapeRef.new(shape: Boolean, location_name: "SkipCheck", metadata: {"box" => true}))
|
9468
|
+
QualityCheckStepMetadata.add_member(:register_new_baseline, Shapes::ShapeRef.new(shape: Boolean, location_name: "RegisterNewBaseline", metadata: {"box" => true}))
|
9467
9469
|
QualityCheckStepMetadata.struct_class = Types::QualityCheckStepMetadata
|
9468
9470
|
|
9469
9471
|
QueryFilters.add_member(:types, Shapes::ShapeRef.new(shape: QueryTypes, location_name: "Types"))
|
@@ -9477,7 +9479,7 @@ module Aws::SageMaker
|
|
9477
9479
|
|
9478
9480
|
QueryLineageRequest.add_member(:start_arns, Shapes::ShapeRef.new(shape: QueryLineageStartArns, location_name: "StartArns"))
|
9479
9481
|
QueryLineageRequest.add_member(:direction, Shapes::ShapeRef.new(shape: Direction, location_name: "Direction"))
|
9480
|
-
QueryLineageRequest.add_member(:include_edges, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludeEdges"))
|
9482
|
+
QueryLineageRequest.add_member(:include_edges, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludeEdges", metadata: {"box" => true}))
|
9481
9483
|
QueryLineageRequest.add_member(:filters, Shapes::ShapeRef.new(shape: QueryFilters, location_name: "Filters"))
|
9482
9484
|
QueryLineageRequest.add_member(:max_depth, Shapes::ShapeRef.new(shape: QueryLineageMaxDepth, location_name: "MaxDepth"))
|
9483
9485
|
QueryLineageRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: QueryLineageMaxResults, location_name: "MaxResults"))
|
@@ -9579,7 +9581,7 @@ module Aws::SageMaker
|
|
9579
9581
|
RecommendationJobResourceLimit.add_member(:max_parallel_of_tests, Shapes::ShapeRef.new(shape: MaxParallelOfTests, location_name: "MaxParallelOfTests"))
|
9580
9582
|
RecommendationJobResourceLimit.struct_class = Types::RecommendationJobResourceLimit
|
9581
9583
|
|
9582
|
-
RecommendationJobStoppingConditions.add_member(:max_invocations, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxInvocations"))
|
9584
|
+
RecommendationJobStoppingConditions.add_member(:max_invocations, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxInvocations", metadata: {"box" => true}))
|
9583
9585
|
RecommendationJobStoppingConditions.add_member(:model_latency_thresholds, Shapes::ShapeRef.new(shape: ModelLatencyThresholds, location_name: "ModelLatencyThresholds"))
|
9584
9586
|
RecommendationJobStoppingConditions.add_member(:flat_invocations, Shapes::ShapeRef.new(shape: FlatInvocations, location_name: "FlatInvocations"))
|
9585
9587
|
RecommendationJobStoppingConditions.struct_class = Types::RecommendationJobStoppingConditions
|
@@ -9598,10 +9600,10 @@ module Aws::SageMaker
|
|
9598
9600
|
|
9599
9601
|
RecommendationJobVpcSubnets.member = Shapes::ShapeRef.new(shape: RecommendationJobVpcSubnetId)
|
9600
9602
|
|
9601
|
-
RecommendationMetrics.add_member(:cost_per_hour, Shapes::ShapeRef.new(shape: Float, location_name: "CostPerHour"))
|
9602
|
-
RecommendationMetrics.add_member(:cost_per_inference, Shapes::ShapeRef.new(shape: Float, location_name: "CostPerInference"))
|
9603
|
-
RecommendationMetrics.add_member(:max_invocations, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxInvocations"))
|
9604
|
-
RecommendationMetrics.add_member(:model_latency, Shapes::ShapeRef.new(shape: Integer, location_name: "ModelLatency"))
|
9603
|
+
RecommendationMetrics.add_member(:cost_per_hour, Shapes::ShapeRef.new(shape: Float, location_name: "CostPerHour", metadata: {"box" => true}))
|
9604
|
+
RecommendationMetrics.add_member(:cost_per_inference, Shapes::ShapeRef.new(shape: Float, location_name: "CostPerInference", metadata: {"box" => true}))
|
9605
|
+
RecommendationMetrics.add_member(:max_invocations, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxInvocations", metadata: {"box" => true}))
|
9606
|
+
RecommendationMetrics.add_member(:model_latency, Shapes::ShapeRef.new(shape: Integer, location_name: "ModelLatency", metadata: {"box" => true}))
|
9605
9607
|
RecommendationMetrics.add_member(:cpu_utilization, Shapes::ShapeRef.new(shape: UtilizationMetric, location_name: "CpuUtilization"))
|
9606
9608
|
RecommendationMetrics.add_member(:memory_utilization, Shapes::ShapeRef.new(shape: UtilizationMetric, location_name: "MemoryUtilization"))
|
9607
9609
|
RecommendationMetrics.add_member(:model_setup_time, Shapes::ShapeRef.new(shape: ModelSetupTime, location_name: "ModelSetupTime"))
|
@@ -9655,7 +9657,7 @@ module Aws::SageMaker
|
|
9655
9657
|
RepositoryAuthConfig.struct_class = Types::RepositoryAuthConfig
|
9656
9658
|
|
9657
9659
|
ReservedCapacityOffering.add_member(:instance_type, Shapes::ShapeRef.new(shape: ReservedCapacityInstanceType, required: true, location_name: "InstanceType"))
|
9658
|
-
ReservedCapacityOffering.add_member(:instance_count, Shapes::ShapeRef.new(shape: ReservedCapacityInstanceCount, required: true, location_name: "InstanceCount"))
|
9660
|
+
ReservedCapacityOffering.add_member(:instance_count, Shapes::ShapeRef.new(shape: ReservedCapacityInstanceCount, required: true, location_name: "InstanceCount", metadata: {"box" => true}))
|
9659
9661
|
ReservedCapacityOffering.add_member(:availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZone, location_name: "AvailabilityZone"))
|
9660
9662
|
ReservedCapacityOffering.add_member(:duration_hours, Shapes::ShapeRef.new(shape: ReservedCapacityDurationHours, location_name: "DurationHours"))
|
9661
9663
|
ReservedCapacityOffering.add_member(:duration_minutes, Shapes::ShapeRef.new(shape: ReservedCapacityDurationMinutes, location_name: "DurationMinutes"))
|
@@ -9692,8 +9694,8 @@ module Aws::SageMaker
|
|
9692
9694
|
ResourceCatalogList.member = Shapes::ShapeRef.new(shape: ResourceCatalog)
|
9693
9695
|
|
9694
9696
|
ResourceConfig.add_member(:instance_type, Shapes::ShapeRef.new(shape: TrainingInstanceType, location_name: "InstanceType"))
|
9695
|
-
ResourceConfig.add_member(:instance_count, Shapes::ShapeRef.new(shape: TrainingInstanceCount, location_name: "InstanceCount"))
|
9696
|
-
ResourceConfig.add_member(:volume_size_in_gb, Shapes::ShapeRef.new(shape: VolumeSizeInGB, required: true, location_name: "VolumeSizeInGB"))
|
9697
|
+
ResourceConfig.add_member(:instance_count, Shapes::ShapeRef.new(shape: TrainingInstanceCount, location_name: "InstanceCount", metadata: {"box" => true}))
|
9698
|
+
ResourceConfig.add_member(:volume_size_in_gb, Shapes::ShapeRef.new(shape: VolumeSizeInGB, required: true, location_name: "VolumeSizeInGB", metadata: {"box" => true}))
|
9697
9699
|
ResourceConfig.add_member(:volume_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "VolumeKmsKeyId"))
|
9698
9700
|
ResourceConfig.add_member(:keep_alive_period_in_seconds, Shapes::ShapeRef.new(shape: KeepAlivePeriodInSeconds, location_name: "KeepAlivePeriodInSeconds"))
|
9699
9701
|
ResourceConfig.add_member(:instance_groups, Shapes::ShapeRef.new(shape: InstanceGroups, location_name: "InstanceGroups"))
|
@@ -9710,7 +9712,7 @@ module Aws::SageMaker
|
|
9710
9712
|
ResourceLimitExceeded.struct_class = Types::ResourceLimitExceeded
|
9711
9713
|
|
9712
9714
|
ResourceLimits.add_member(:max_number_of_training_jobs, Shapes::ShapeRef.new(shape: MaxNumberOfTrainingJobs, location_name: "MaxNumberOfTrainingJobs"))
|
9713
|
-
ResourceLimits.add_member(:max_parallel_training_jobs, Shapes::ShapeRef.new(shape: MaxParallelTrainingJobs, required: true, location_name: "MaxParallelTrainingJobs"))
|
9715
|
+
ResourceLimits.add_member(:max_parallel_training_jobs, Shapes::ShapeRef.new(shape: MaxParallelTrainingJobs, required: true, location_name: "MaxParallelTrainingJobs", metadata: {"box" => true}))
|
9714
9716
|
ResourceLimits.add_member(:max_runtime_in_seconds, Shapes::ShapeRef.new(shape: HyperParameterTuningMaxRuntimeInSeconds, location_name: "MaxRuntimeInSeconds"))
|
9715
9717
|
ResourceLimits.struct_class = Types::ResourceLimits
|
9716
9718
|
|
@@ -9741,7 +9743,7 @@ module Aws::SageMaker
|
|
9741
9743
|
RetryPipelineExecutionResponse.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, location_name: "PipelineExecutionArn"))
|
9742
9744
|
RetryPipelineExecutionResponse.struct_class = Types::RetryPipelineExecutionResponse
|
9743
9745
|
|
9744
|
-
RetryStrategy.add_member(:maximum_retry_attempts, Shapes::ShapeRef.new(shape: MaximumRetryAttempts, required: true, location_name: "MaximumRetryAttempts"))
|
9746
|
+
RetryStrategy.add_member(:maximum_retry_attempts, Shapes::ShapeRef.new(shape: MaximumRetryAttempts, required: true, location_name: "MaximumRetryAttempts", metadata: {"box" => true}))
|
9745
9747
|
RetryStrategy.struct_class = Types::RetryStrategy
|
9746
9748
|
|
9747
9749
|
RollingDeploymentPolicy.add_member(:maximum_batch_size, Shapes::ShapeRef.new(shape: CapacitySizeConfig, required: true, location_name: "MaximumBatchSize"))
|
@@ -9796,12 +9798,12 @@ module Aws::SageMaker
|
|
9796
9798
|
ScalingPolicy.add_member_subclass(:unknown, Types::ScalingPolicy::Unknown)
|
9797
9799
|
ScalingPolicy.struct_class = Types::ScalingPolicy
|
9798
9800
|
|
9799
|
-
ScalingPolicyMetric.add_member(:invocations_per_instance, Shapes::ShapeRef.new(shape: Integer, location_name: "InvocationsPerInstance"))
|
9800
|
-
ScalingPolicyMetric.add_member(:model_latency, Shapes::ShapeRef.new(shape: Integer, location_name: "ModelLatency"))
|
9801
|
+
ScalingPolicyMetric.add_member(:invocations_per_instance, Shapes::ShapeRef.new(shape: Integer, location_name: "InvocationsPerInstance", metadata: {"box" => true}))
|
9802
|
+
ScalingPolicyMetric.add_member(:model_latency, Shapes::ShapeRef.new(shape: Integer, location_name: "ModelLatency", metadata: {"box" => true}))
|
9801
9803
|
ScalingPolicyMetric.struct_class = Types::ScalingPolicyMetric
|
9802
9804
|
|
9803
|
-
ScalingPolicyObjective.add_member(:min_invocations_per_minute, Shapes::ShapeRef.new(shape: Integer, location_name: "MinInvocationsPerMinute"))
|
9804
|
-
ScalingPolicyObjective.add_member(:max_invocations_per_minute, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxInvocationsPerMinute"))
|
9805
|
+
ScalingPolicyObjective.add_member(:min_invocations_per_minute, Shapes::ShapeRef.new(shape: Integer, location_name: "MinInvocationsPerMinute", metadata: {"box" => true}))
|
9806
|
+
ScalingPolicyObjective.add_member(:max_invocations_per_minute, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxInvocationsPerMinute", metadata: {"box" => true}))
|
9805
9807
|
ScalingPolicyObjective.struct_class = Types::ScalingPolicyObjective
|
9806
9808
|
|
9807
9809
|
ScheduleConfig.add_member(:schedule_expression, Shapes::ShapeRef.new(shape: ScheduleExpression, required: true, location_name: "ScheduleExpression"))
|
@@ -9847,7 +9849,7 @@ module Aws::SageMaker
|
|
9847
9849
|
SearchRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: ResourcePropertyName, location_name: "SortBy"))
|
9848
9850
|
SearchRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SearchSortOrder, location_name: "SortOrder"))
|
9849
9851
|
SearchRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
9850
|
-
SearchRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"
|
9852
|
+
SearchRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
9851
9853
|
SearchRequest.add_member(:cross_account_filter_option, Shapes::ShapeRef.new(shape: CrossAccountFilterOption, location_name: "CrossAccountFilterOption"))
|
9852
9854
|
SearchRequest.add_member(:visibility_conditions, Shapes::ShapeRef.new(shape: VisibilityConditionsList, location_name: "VisibilityConditions"))
|
9853
9855
|
SearchRequest.struct_class = Types::SearchRequest
|
@@ -9860,7 +9862,7 @@ module Aws::SageMaker
|
|
9860
9862
|
SearchResultsList.member = Shapes::ShapeRef.new(shape: SearchRecord)
|
9861
9863
|
|
9862
9864
|
SearchTrainingPlanOfferingsRequest.add_member(:instance_type, Shapes::ShapeRef.new(shape: ReservedCapacityInstanceType, location_name: "InstanceType"))
|
9863
|
-
SearchTrainingPlanOfferingsRequest.add_member(:instance_count, Shapes::ShapeRef.new(shape: ReservedCapacityInstanceCount, location_name: "InstanceCount"))
|
9865
|
+
SearchTrainingPlanOfferingsRequest.add_member(:instance_count, Shapes::ShapeRef.new(shape: ReservedCapacityInstanceCount, location_name: "InstanceCount", metadata: {"box" => true}))
|
9864
9866
|
SearchTrainingPlanOfferingsRequest.add_member(:start_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTimeAfter"))
|
9865
9867
|
SearchTrainingPlanOfferingsRequest.add_member(:end_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTimeBefore"))
|
9866
9868
|
SearchTrainingPlanOfferingsRequest.add_member(:duration_hours, Shapes::ShapeRef.new(shape: TrainingPlanDurationHoursInput, required: true, location_name: "DurationHours"))
|
@@ -9930,7 +9932,7 @@ module Aws::SageMaker
|
|
9930
9932
|
ShadowModeConfig.struct_class = Types::ShadowModeConfig
|
9931
9933
|
|
9932
9934
|
ShadowModelVariantConfig.add_member(:shadow_model_variant_name, Shapes::ShapeRef.new(shape: ModelVariantName, required: true, location_name: "ShadowModelVariantName"))
|
9933
|
-
ShadowModelVariantConfig.add_member(:sampling_percentage, Shapes::ShapeRef.new(shape: Percentage, required: true, location_name: "SamplingPercentage"))
|
9935
|
+
ShadowModelVariantConfig.add_member(:sampling_percentage, Shapes::ShapeRef.new(shape: Percentage, required: true, location_name: "SamplingPercentage", metadata: {"box" => true}))
|
9934
9936
|
ShadowModelVariantConfig.struct_class = Types::ShadowModelVariantConfig
|
9935
9937
|
|
9936
9938
|
ShadowModelVariantConfigList.member = Shapes::ShapeRef.new(shape: ShadowModelVariantConfig)
|
@@ -9940,7 +9942,7 @@ module Aws::SageMaker
|
|
9940
9942
|
SharingSettings.add_member(:s3_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "S3KmsKeyId"))
|
9941
9943
|
SharingSettings.struct_class = Types::SharingSettings
|
9942
9944
|
|
9943
|
-
ShuffleConfig.add_member(:seed, Shapes::ShapeRef.new(shape: Seed, required: true, location_name: "Seed"))
|
9945
|
+
ShuffleConfig.add_member(:seed, Shapes::ShapeRef.new(shape: Seed, required: true, location_name: "Seed", metadata: {"box" => true}))
|
9944
9946
|
ShuffleConfig.struct_class = Types::ShuffleConfig
|
9945
9947
|
|
9946
9948
|
SourceAlgorithm.add_member(:model_data_url, Shapes::ShapeRef.new(shape: Url, location_name: "ModelDataUrl"))
|
@@ -10110,7 +10112,7 @@ module Aws::SageMaker
|
|
10110
10112
|
StopTransformJobRequest.add_member(:transform_job_name, Shapes::ShapeRef.new(shape: TransformJobName, required: true, location_name: "TransformJobName"))
|
10111
10113
|
StopTransformJobRequest.struct_class = Types::StopTransformJobRequest
|
10112
10114
|
|
10113
|
-
StoppingCondition.add_member(:max_runtime_in_seconds, Shapes::ShapeRef.new(shape: MaxRuntimeInSeconds, location_name: "MaxRuntimeInSeconds"))
|
10115
|
+
StoppingCondition.add_member(:max_runtime_in_seconds, Shapes::ShapeRef.new(shape: MaxRuntimeInSeconds, location_name: "MaxRuntimeInSeconds", metadata: {"box" => true}))
|
10114
10116
|
StoppingCondition.add_member(:max_wait_time_in_seconds, Shapes::ShapeRef.new(shape: MaxWaitTimeInSeconds, location_name: "MaxWaitTimeInSeconds"))
|
10115
10117
|
StoppingCondition.add_member(:max_pending_time_in_seconds, Shapes::ShapeRef.new(shape: MaxPendingTimeInSeconds, location_name: "MaxPendingTimeInSeconds"))
|
10116
10118
|
StoppingCondition.struct_class = Types::StoppingCondition
|
@@ -10148,7 +10150,7 @@ module Aws::SageMaker
|
|
10148
10150
|
TabularJobConfig.add_member(:completion_criteria, Shapes::ShapeRef.new(shape: AutoMLJobCompletionCriteria, location_name: "CompletionCriteria"))
|
10149
10151
|
TabularJobConfig.add_member(:feature_specification_s3_uri, Shapes::ShapeRef.new(shape: S3Uri, location_name: "FeatureSpecificationS3Uri"))
|
10150
10152
|
TabularJobConfig.add_member(:mode, Shapes::ShapeRef.new(shape: AutoMLMode, location_name: "Mode"))
|
10151
|
-
TabularJobConfig.add_member(:generate_candidate_definitions_only, Shapes::ShapeRef.new(shape: GenerateCandidateDefinitionsOnly, location_name: "GenerateCandidateDefinitionsOnly"))
|
10153
|
+
TabularJobConfig.add_member(:generate_candidate_definitions_only, Shapes::ShapeRef.new(shape: GenerateCandidateDefinitionsOnly, location_name: "GenerateCandidateDefinitionsOnly", metadata: {"box" => true}))
|
10152
10154
|
TabularJobConfig.add_member(:problem_type, Shapes::ShapeRef.new(shape: ProblemType, location_name: "ProblemType"))
|
10153
10155
|
TabularJobConfig.add_member(:target_attribute_name, Shapes::ShapeRef.new(shape: TargetAttributeName, required: true, location_name: "TargetAttributeName"))
|
10154
10156
|
TabularJobConfig.add_member(:sample_weight_attribute_name, Shapes::ShapeRef.new(shape: SampleWeightAttributeName, location_name: "SampleWeightAttributeName"))
|
@@ -10171,7 +10173,7 @@ module Aws::SageMaker
|
|
10171
10173
|
TargetPlatform.struct_class = Types::TargetPlatform
|
10172
10174
|
|
10173
10175
|
TargetTrackingScalingPolicyConfiguration.add_member(:metric_specification, Shapes::ShapeRef.new(shape: MetricSpecification, location_name: "MetricSpecification"))
|
10174
|
-
TargetTrackingScalingPolicyConfiguration.add_member(:target_value, Shapes::ShapeRef.new(shape: Double, location_name: "TargetValue"))
|
10176
|
+
TargetTrackingScalingPolicyConfiguration.add_member(:target_value, Shapes::ShapeRef.new(shape: Double, location_name: "TargetValue", metadata: {"box" => true}))
|
10175
10177
|
TargetTrackingScalingPolicyConfiguration.struct_class = Types::TargetTrackingScalingPolicyConfiguration
|
10176
10178
|
|
10177
10179
|
TaskKeywords.member = Shapes::ShapeRef.new(shape: TaskKeyword)
|
@@ -10240,7 +10242,7 @@ module Aws::SageMaker
|
|
10240
10242
|
TimeSeriesTransformations.add_member(:aggregation, Shapes::ShapeRef.new(shape: AggregationTransformations, location_name: "Aggregation"))
|
10241
10243
|
TimeSeriesTransformations.struct_class = Types::TimeSeriesTransformations
|
10242
10244
|
|
10243
|
-
TotalHits.add_member(:value, Shapes::ShapeRef.new(shape: Long, location_name: "Value"))
|
10245
|
+
TotalHits.add_member(:value, Shapes::ShapeRef.new(shape: Long, location_name: "Value", metadata: {"box" => true}))
|
10244
10246
|
TotalHits.add_member(:relation, Shapes::ShapeRef.new(shape: Relation, location_name: "Relation"))
|
10245
10247
|
TotalHits.struct_class = Types::TotalHits
|
10246
10248
|
|
@@ -10302,9 +10304,9 @@ module Aws::SageMaker
|
|
10302
10304
|
TrainingJob.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
10303
10305
|
TrainingJob.add_member(:secondary_status_transitions, Shapes::ShapeRef.new(shape: SecondaryStatusTransitions, location_name: "SecondaryStatusTransitions"))
|
10304
10306
|
TrainingJob.add_member(:final_metric_data_list, Shapes::ShapeRef.new(shape: FinalMetricDataList, location_name: "FinalMetricDataList"))
|
10305
|
-
TrainingJob.add_member(:enable_network_isolation, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableNetworkIsolation"))
|
10306
|
-
TrainingJob.add_member(:enable_inter_container_traffic_encryption, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableInterContainerTrafficEncryption"))
|
10307
|
-
TrainingJob.add_member(:enable_managed_spot_training, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableManagedSpotTraining"))
|
10307
|
+
TrainingJob.add_member(:enable_network_isolation, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableNetworkIsolation", metadata: {"box" => true}))
|
10308
|
+
TrainingJob.add_member(:enable_inter_container_traffic_encryption, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableInterContainerTrafficEncryption", metadata: {"box" => true}))
|
10309
|
+
TrainingJob.add_member(:enable_managed_spot_training, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableManagedSpotTraining", metadata: {"box" => true}))
|
10308
10310
|
TrainingJob.add_member(:checkpoint_config, Shapes::ShapeRef.new(shape: CheckpointConfig, location_name: "CheckpointConfig"))
|
10309
10311
|
TrainingJob.add_member(:training_time_in_seconds, Shapes::ShapeRef.new(shape: TrainingTimeInSeconds, location_name: "TrainingTimeInSeconds"))
|
10310
10312
|
TrainingJob.add_member(:billable_time_in_seconds, Shapes::ShapeRef.new(shape: BillableTimeInSeconds, location_name: "BillableTimeInSeconds"))
|
@@ -10327,11 +10329,11 @@ module Aws::SageMaker
|
|
10327
10329
|
TrainingJobDefinition.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: StoppingCondition, required: true, location_name: "StoppingCondition"))
|
10328
10330
|
TrainingJobDefinition.struct_class = Types::TrainingJobDefinition
|
10329
10331
|
|
10330
|
-
TrainingJobStatusCounters.add_member(:completed, Shapes::ShapeRef.new(shape: TrainingJobStatusCounter, location_name: "Completed"))
|
10331
|
-
TrainingJobStatusCounters.add_member(:in_progress, Shapes::ShapeRef.new(shape: TrainingJobStatusCounter, location_name: "InProgress"))
|
10332
|
-
TrainingJobStatusCounters.add_member(:retryable_error, Shapes::ShapeRef.new(shape: TrainingJobStatusCounter, location_name: "RetryableError"))
|
10333
|
-
TrainingJobStatusCounters.add_member(:non_retryable_error, Shapes::ShapeRef.new(shape: TrainingJobStatusCounter, location_name: "NonRetryableError"))
|
10334
|
-
TrainingJobStatusCounters.add_member(:stopped, Shapes::ShapeRef.new(shape: TrainingJobStatusCounter, location_name: "Stopped"))
|
10332
|
+
TrainingJobStatusCounters.add_member(:completed, Shapes::ShapeRef.new(shape: TrainingJobStatusCounter, location_name: "Completed", metadata: {"box" => true}))
|
10333
|
+
TrainingJobStatusCounters.add_member(:in_progress, Shapes::ShapeRef.new(shape: TrainingJobStatusCounter, location_name: "InProgress", metadata: {"box" => true}))
|
10334
|
+
TrainingJobStatusCounters.add_member(:retryable_error, Shapes::ShapeRef.new(shape: TrainingJobStatusCounter, location_name: "RetryableError", metadata: {"box" => true}))
|
10335
|
+
TrainingJobStatusCounters.add_member(:non_retryable_error, Shapes::ShapeRef.new(shape: TrainingJobStatusCounter, location_name: "NonRetryableError", metadata: {"box" => true}))
|
10336
|
+
TrainingJobStatusCounters.add_member(:stopped, Shapes::ShapeRef.new(shape: TrainingJobStatusCounter, location_name: "Stopped", metadata: {"box" => true}))
|
10335
10337
|
TrainingJobStatusCounters.struct_class = Types::TrainingJobStatusCounters
|
10336
10338
|
|
10337
10339
|
TrainingJobStepMetadata.add_member(:arn, Shapes::ShapeRef.new(shape: TrainingJobArn, location_name: "Arn"))
|
@@ -10397,7 +10399,7 @@ module Aws::SageMaker
|
|
10397
10399
|
TrainingSpecification.add_member(:training_image_digest, Shapes::ShapeRef.new(shape: ImageDigest, location_name: "TrainingImageDigest"))
|
10398
10400
|
TrainingSpecification.add_member(:supported_hyper_parameters, Shapes::ShapeRef.new(shape: HyperParameterSpecifications, location_name: "SupportedHyperParameters"))
|
10399
10401
|
TrainingSpecification.add_member(:supported_training_instance_types, Shapes::ShapeRef.new(shape: TrainingInstanceTypes, required: true, location_name: "SupportedTrainingInstanceTypes"))
|
10400
|
-
TrainingSpecification.add_member(:supports_distributed_training, Shapes::ShapeRef.new(shape: Boolean, location_name: "SupportsDistributedTraining"))
|
10402
|
+
TrainingSpecification.add_member(:supports_distributed_training, Shapes::ShapeRef.new(shape: Boolean, location_name: "SupportsDistributedTraining", metadata: {"box" => true}))
|
10401
10403
|
TrainingSpecification.add_member(:metric_definitions, Shapes::ShapeRef.new(shape: MetricDefinitionList, location_name: "MetricDefinitions"))
|
10402
10404
|
TrainingSpecification.add_member(:training_channels, Shapes::ShapeRef.new(shape: ChannelSpecifications, required: true, location_name: "TrainingChannels"))
|
10403
10405
|
TrainingSpecification.add_member(:supported_tuning_job_objective_metrics, Shapes::ShapeRef.new(shape: HyperParameterTuningJobObjectives, location_name: "SupportedTuningJobObjectiveMetrics"))
|
@@ -10611,9 +10613,9 @@ module Aws::SageMaker
|
|
10611
10613
|
TuningJobStepMetaData.add_member(:arn, Shapes::ShapeRef.new(shape: HyperParameterTuningJobArn, location_name: "Arn"))
|
10612
10614
|
TuningJobStepMetaData.struct_class = Types::TuningJobStepMetaData
|
10613
10615
|
|
10614
|
-
USD.add_member(:dollars, Shapes::ShapeRef.new(shape: Dollars, location_name: "Dollars"))
|
10615
|
-
USD.add_member(:cents, Shapes::ShapeRef.new(shape: Cents, location_name: "Cents"))
|
10616
|
-
USD.add_member(:tenth_fractions_of_a_cent, Shapes::ShapeRef.new(shape: TenthFractionsOfACent, location_name: "TenthFractionsOfACent"))
|
10616
|
+
USD.add_member(:dollars, Shapes::ShapeRef.new(shape: Dollars, location_name: "Dollars", metadata: {"box" => true}))
|
10617
|
+
USD.add_member(:cents, Shapes::ShapeRef.new(shape: Cents, location_name: "Cents", metadata: {"box" => true}))
|
10618
|
+
USD.add_member(:tenth_fractions_of_a_cent, Shapes::ShapeRef.new(shape: TenthFractionsOfACent, location_name: "TenthFractionsOfACent", metadata: {"box" => true}))
|
10617
10619
|
USD.struct_class = Types::USD
|
10618
10620
|
|
10619
10621
|
UiConfig.add_member(:ui_template_s3_uri, Shapes::ShapeRef.new(shape: S3Uri, location_name: "UiTemplateS3Uri"))
|
@@ -10674,13 +10676,13 @@ module Aws::SageMaker
|
|
10674
10676
|
UpdateClusterResponse.struct_class = Types::UpdateClusterResponse
|
10675
10677
|
|
10676
10678
|
UpdateClusterSchedulerConfigRequest.add_member(:cluster_scheduler_config_id, Shapes::ShapeRef.new(shape: ClusterSchedulerConfigId, required: true, location_name: "ClusterSchedulerConfigId"))
|
10677
|
-
UpdateClusterSchedulerConfigRequest.add_member(:target_version, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "TargetVersion"))
|
10679
|
+
UpdateClusterSchedulerConfigRequest.add_member(:target_version, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "TargetVersion", metadata: {"box" => true}))
|
10678
10680
|
UpdateClusterSchedulerConfigRequest.add_member(:scheduler_config, Shapes::ShapeRef.new(shape: SchedulerConfig, location_name: "SchedulerConfig"))
|
10679
10681
|
UpdateClusterSchedulerConfigRequest.add_member(:description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "Description"))
|
10680
10682
|
UpdateClusterSchedulerConfigRequest.struct_class = Types::UpdateClusterSchedulerConfigRequest
|
10681
10683
|
|
10682
10684
|
UpdateClusterSchedulerConfigResponse.add_member(:cluster_scheduler_config_arn, Shapes::ShapeRef.new(shape: ClusterSchedulerConfigArn, required: true, location_name: "ClusterSchedulerConfigArn"))
|
10683
|
-
UpdateClusterSchedulerConfigResponse.add_member(:cluster_scheduler_config_version, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "ClusterSchedulerConfigVersion"))
|
10685
|
+
UpdateClusterSchedulerConfigResponse.add_member(:cluster_scheduler_config_version, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "ClusterSchedulerConfigVersion", metadata: {"box" => true}))
|
10684
10686
|
UpdateClusterSchedulerConfigResponse.struct_class = Types::UpdateClusterSchedulerConfigResponse
|
10685
10687
|
|
10686
10688
|
UpdateClusterSoftwareInstanceGroupSpecification.add_member(:instance_group_name, Shapes::ShapeRef.new(shape: ClusterInstanceGroupName, required: true, location_name: "InstanceGroupName"))
|
@@ -10704,7 +10706,7 @@ module Aws::SageMaker
|
|
10704
10706
|
UpdateCodeRepositoryOutput.struct_class = Types::UpdateCodeRepositoryOutput
|
10705
10707
|
|
10706
10708
|
UpdateComputeQuotaRequest.add_member(:compute_quota_id, Shapes::ShapeRef.new(shape: ComputeQuotaId, required: true, location_name: "ComputeQuotaId"))
|
10707
|
-
UpdateComputeQuotaRequest.add_member(:target_version, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "TargetVersion"))
|
10709
|
+
UpdateComputeQuotaRequest.add_member(:target_version, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "TargetVersion", metadata: {"box" => true}))
|
10708
10710
|
UpdateComputeQuotaRequest.add_member(:compute_quota_config, Shapes::ShapeRef.new(shape: ComputeQuotaConfig, location_name: "ComputeQuotaConfig"))
|
10709
10711
|
UpdateComputeQuotaRequest.add_member(:compute_quota_target, Shapes::ShapeRef.new(shape: ComputeQuotaTarget, location_name: "ComputeQuotaTarget"))
|
10710
10712
|
UpdateComputeQuotaRequest.add_member(:activation_state, Shapes::ShapeRef.new(shape: ActivationState, location_name: "ActivationState"))
|
@@ -10712,7 +10714,7 @@ module Aws::SageMaker
|
|
10712
10714
|
UpdateComputeQuotaRequest.struct_class = Types::UpdateComputeQuotaRequest
|
10713
10715
|
|
10714
10716
|
UpdateComputeQuotaResponse.add_member(:compute_quota_arn, Shapes::ShapeRef.new(shape: ComputeQuotaArn, required: true, location_name: "ComputeQuotaArn"))
|
10715
|
-
UpdateComputeQuotaResponse.add_member(:compute_quota_version, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "ComputeQuotaVersion"))
|
10717
|
+
UpdateComputeQuotaResponse.add_member(:compute_quota_version, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "ComputeQuotaVersion", metadata: {"box" => true}))
|
10716
10718
|
UpdateComputeQuotaResponse.struct_class = Types::UpdateComputeQuotaResponse
|
10717
10719
|
|
10718
10720
|
UpdateContextRequest.add_member(:context_name, Shapes::ShapeRef.new(shape: ContextName, required: true, location_name: "ContextName"))
|
@@ -10750,10 +10752,10 @@ module Aws::SageMaker
|
|
10750
10752
|
|
10751
10753
|
UpdateEndpointInput.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, required: true, location_name: "EndpointName"))
|
10752
10754
|
UpdateEndpointInput.add_member(:endpoint_config_name, Shapes::ShapeRef.new(shape: EndpointConfigName, required: true, location_name: "EndpointConfigName"))
|
10753
|
-
UpdateEndpointInput.add_member(:retain_all_variant_properties, Shapes::ShapeRef.new(shape: Boolean, location_name: "RetainAllVariantProperties"))
|
10755
|
+
UpdateEndpointInput.add_member(:retain_all_variant_properties, Shapes::ShapeRef.new(shape: Boolean, location_name: "RetainAllVariantProperties", metadata: {"box" => true}))
|
10754
10756
|
UpdateEndpointInput.add_member(:exclude_retained_variant_properties, Shapes::ShapeRef.new(shape: VariantPropertyList, location_name: "ExcludeRetainedVariantProperties"))
|
10755
10757
|
UpdateEndpointInput.add_member(:deployment_config, Shapes::ShapeRef.new(shape: DeploymentConfig, location_name: "DeploymentConfig"))
|
10756
|
-
UpdateEndpointInput.add_member(:retain_deployment_config, Shapes::ShapeRef.new(shape: Boolean, location_name: "RetainDeploymentConfig"))
|
10758
|
+
UpdateEndpointInput.add_member(:retain_deployment_config, Shapes::ShapeRef.new(shape: Boolean, location_name: "RetainDeploymentConfig", metadata: {"box" => true}))
|
10757
10759
|
UpdateEndpointInput.struct_class = Types::UpdateEndpointInput
|
10758
10760
|
|
10759
10761
|
UpdateEndpointOutput.add_member(:endpoint_arn, Shapes::ShapeRef.new(shape: EndpointArn, required: true, location_name: "EndpointArn"))
|
@@ -10844,7 +10846,7 @@ module Aws::SageMaker
|
|
10844
10846
|
UpdateImageVersionRequest.add_member(:ml_framework, Shapes::ShapeRef.new(shape: MLFramework, location_name: "MLFramework"))
|
10845
10847
|
UpdateImageVersionRequest.add_member(:programming_lang, Shapes::ShapeRef.new(shape: ProgrammingLang, location_name: "ProgrammingLang"))
|
10846
10848
|
UpdateImageVersionRequest.add_member(:processor, Shapes::ShapeRef.new(shape: Processor, location_name: "Processor"))
|
10847
|
-
UpdateImageVersionRequest.add_member(:horovod, Shapes::ShapeRef.new(shape: Horovod, location_name: "Horovod"))
|
10849
|
+
UpdateImageVersionRequest.add_member(:horovod, Shapes::ShapeRef.new(shape: Horovod, location_name: "Horovod", metadata: {"box" => true}))
|
10848
10850
|
UpdateImageVersionRequest.add_member(:release_notes, Shapes::ShapeRef.new(shape: ReleaseNotes, location_name: "ReleaseNotes"))
|
10849
10851
|
UpdateImageVersionRequest.struct_class = Types::UpdateImageVersionRequest
|
10850
10852
|
|
@@ -10881,7 +10883,7 @@ module Aws::SageMaker
|
|
10881
10883
|
UpdateMlflowTrackingServerRequest.add_member(:tracking_server_name, Shapes::ShapeRef.new(shape: TrackingServerName, required: true, location_name: "TrackingServerName"))
|
10882
10884
|
UpdateMlflowTrackingServerRequest.add_member(:artifact_store_uri, Shapes::ShapeRef.new(shape: S3Uri, location_name: "ArtifactStoreUri"))
|
10883
10885
|
UpdateMlflowTrackingServerRequest.add_member(:tracking_server_size, Shapes::ShapeRef.new(shape: TrackingServerSize, location_name: "TrackingServerSize"))
|
10884
|
-
UpdateMlflowTrackingServerRequest.add_member(:automatic_model_registration, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutomaticModelRegistration"))
|
10886
|
+
UpdateMlflowTrackingServerRequest.add_member(:automatic_model_registration, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutomaticModelRegistration", metadata: {"box" => true}))
|
10885
10887
|
UpdateMlflowTrackingServerRequest.add_member(:weekly_maintenance_window_start, Shapes::ShapeRef.new(shape: WeeklyMaintenanceWindowStart, location_name: "WeeklyMaintenanceWindowStart"))
|
10886
10888
|
UpdateMlflowTrackingServerRequest.struct_class = Types::UpdateMlflowTrackingServerRequest
|
10887
10889
|
|
@@ -10933,14 +10935,14 @@ module Aws::SageMaker
|
|
10933
10935
|
UpdateNotebookInstanceInput.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, location_name: "InstanceType"))
|
10934
10936
|
UpdateNotebookInstanceInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
10935
10937
|
UpdateNotebookInstanceInput.add_member(:lifecycle_config_name, Shapes::ShapeRef.new(shape: NotebookInstanceLifecycleConfigName, location_name: "LifecycleConfigName"))
|
10936
|
-
UpdateNotebookInstanceInput.add_member(:disassociate_lifecycle_config, Shapes::ShapeRef.new(shape: DisassociateNotebookInstanceLifecycleConfig, location_name: "DisassociateLifecycleConfig"))
|
10938
|
+
UpdateNotebookInstanceInput.add_member(:disassociate_lifecycle_config, Shapes::ShapeRef.new(shape: DisassociateNotebookInstanceLifecycleConfig, location_name: "DisassociateLifecycleConfig", metadata: {"box" => true}))
|
10937
10939
|
UpdateNotebookInstanceInput.add_member(:volume_size_in_gb, Shapes::ShapeRef.new(shape: NotebookInstanceVolumeSizeInGB, location_name: "VolumeSizeInGB"))
|
10938
10940
|
UpdateNotebookInstanceInput.add_member(:default_code_repository, Shapes::ShapeRef.new(shape: CodeRepositoryNameOrUrl, location_name: "DefaultCodeRepository"))
|
10939
10941
|
UpdateNotebookInstanceInput.add_member(:additional_code_repositories, Shapes::ShapeRef.new(shape: AdditionalCodeRepositoryNamesOrUrls, location_name: "AdditionalCodeRepositories"))
|
10940
10942
|
UpdateNotebookInstanceInput.add_member(:accelerator_types, Shapes::ShapeRef.new(shape: NotebookInstanceAcceleratorTypes, location_name: "AcceleratorTypes"))
|
10941
|
-
UpdateNotebookInstanceInput.add_member(:disassociate_accelerator_types, Shapes::ShapeRef.new(shape: DisassociateNotebookInstanceAcceleratorTypes, location_name: "DisassociateAcceleratorTypes"))
|
10942
|
-
UpdateNotebookInstanceInput.add_member(:disassociate_default_code_repository, Shapes::ShapeRef.new(shape: DisassociateDefaultCodeRepository, location_name: "DisassociateDefaultCodeRepository"))
|
10943
|
-
UpdateNotebookInstanceInput.add_member(:disassociate_additional_code_repositories, Shapes::ShapeRef.new(shape: DisassociateAdditionalCodeRepositories, location_name: "DisassociateAdditionalCodeRepositories"))
|
10943
|
+
UpdateNotebookInstanceInput.add_member(:disassociate_accelerator_types, Shapes::ShapeRef.new(shape: DisassociateNotebookInstanceAcceleratorTypes, location_name: "DisassociateAcceleratorTypes", metadata: {"box" => true}))
|
10944
|
+
UpdateNotebookInstanceInput.add_member(:disassociate_default_code_repository, Shapes::ShapeRef.new(shape: DisassociateDefaultCodeRepository, location_name: "DisassociateDefaultCodeRepository", metadata: {"box" => true}))
|
10945
|
+
UpdateNotebookInstanceInput.add_member(:disassociate_additional_code_repositories, Shapes::ShapeRef.new(shape: DisassociateAdditionalCodeRepositories, location_name: "DisassociateAdditionalCodeRepositories", metadata: {"box" => true}))
|
10944
10946
|
UpdateNotebookInstanceInput.add_member(:root_access, Shapes::ShapeRef.new(shape: RootAccess, location_name: "RootAccess"))
|
10945
10947
|
UpdateNotebookInstanceInput.add_member(:instance_metadata_service_configuration, Shapes::ShapeRef.new(shape: InstanceMetadataServiceConfiguration, location_name: "InstanceMetadataServiceConfiguration"))
|
10946
10948
|
UpdateNotebookInstanceInput.struct_class = Types::UpdateNotebookInstanceInput
|
@@ -11278,8 +11280,8 @@ module Aws::SageMaker
|
|
11278
11280
|
o.http_request_uri = "/"
|
11279
11281
|
o.input = Shapes::ShapeRef.new(shape: CreateAppRequest)
|
11280
11282
|
o.output = Shapes::ShapeRef.new(shape: CreateAppResponse)
|
11281
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
11282
11283
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
11284
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
11283
11285
|
end)
|
11284
11286
|
|
11285
11287
|
api.add_operation(:create_app_image_config, Seahorse::Model::Operation.new.tap do |o|
|
@@ -11326,8 +11328,8 @@ module Aws::SageMaker
|
|
11326
11328
|
o.http_request_uri = "/"
|
11327
11329
|
o.input = Shapes::ShapeRef.new(shape: CreateClusterRequest)
|
11328
11330
|
o.output = Shapes::ShapeRef.new(shape: CreateClusterResponse)
|
11329
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
11330
11331
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
11332
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
11331
11333
|
end)
|
11332
11334
|
|
11333
11335
|
api.add_operation(:create_cluster_scheduler_config, Seahorse::Model::Operation.new.tap do |o|
|
@@ -11336,8 +11338,8 @@ module Aws::SageMaker
|
|
11336
11338
|
o.http_request_uri = "/"
|
11337
11339
|
o.input = Shapes::ShapeRef.new(shape: CreateClusterSchedulerConfigRequest)
|
11338
11340
|
o.output = Shapes::ShapeRef.new(shape: CreateClusterSchedulerConfigResponse)
|
11339
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
11340
11341
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
11342
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
11341
11343
|
end)
|
11342
11344
|
|
11343
11345
|
api.add_operation(:create_code_repository, Seahorse::Model::Operation.new.tap do |o|
|
@@ -11364,8 +11366,8 @@ module Aws::SageMaker
|
|
11364
11366
|
o.http_request_uri = "/"
|
11365
11367
|
o.input = Shapes::ShapeRef.new(shape: CreateComputeQuotaRequest)
|
11366
11368
|
o.output = Shapes::ShapeRef.new(shape: CreateComputeQuotaResponse)
|
11367
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
11368
11369
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
11370
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
11369
11371
|
end)
|
11370
11372
|
|
11371
11373
|
api.add_operation(:create_context, Seahorse::Model::Operation.new.tap do |o|
|
@@ -11383,8 +11385,8 @@ module Aws::SageMaker
|
|
11383
11385
|
o.http_request_uri = "/"
|
11384
11386
|
o.input = Shapes::ShapeRef.new(shape: CreateDataQualityJobDefinitionRequest)
|
11385
11387
|
o.output = Shapes::ShapeRef.new(shape: CreateDataQualityJobDefinitionResponse)
|
11386
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
11387
11388
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
11389
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
11388
11390
|
end)
|
11389
11391
|
|
11390
11392
|
api.add_operation(:create_device_fleet, Seahorse::Model::Operation.new.tap do |o|
|
@@ -11403,8 +11405,8 @@ module Aws::SageMaker
|
|
11403
11405
|
o.http_request_uri = "/"
|
11404
11406
|
o.input = Shapes::ShapeRef.new(shape: CreateDomainRequest)
|
11405
11407
|
o.output = Shapes::ShapeRef.new(shape: CreateDomainResponse)
|
11406
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
11407
11408
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
11409
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
11408
11410
|
end)
|
11409
11411
|
|
11410
11412
|
api.add_operation(:create_edge_deployment_plan, Seahorse::Model::Operation.new.tap do |o|
|
@@ -11477,8 +11479,8 @@ module Aws::SageMaker
|
|
11477
11479
|
o.http_request_uri = "/"
|
11478
11480
|
o.input = Shapes::ShapeRef.new(shape: CreateFlowDefinitionRequest)
|
11479
11481
|
o.output = Shapes::ShapeRef.new(shape: CreateFlowDefinitionResponse)
|
11480
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
11481
11482
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
11483
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
11482
11484
|
end)
|
11483
11485
|
|
11484
11486
|
api.add_operation(:create_hub, Seahorse::Model::Operation.new.tap do |o|
|
@@ -11508,8 +11510,8 @@ module Aws::SageMaker
|
|
11508
11510
|
o.http_request_uri = "/"
|
11509
11511
|
o.input = Shapes::ShapeRef.new(shape: CreateHumanTaskUiRequest)
|
11510
11512
|
o.output = Shapes::ShapeRef.new(shape: CreateHumanTaskUiResponse)
|
11511
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
11512
11513
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
11514
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
11513
11515
|
end)
|
11514
11516
|
|
11515
11517
|
api.add_operation(:create_hyper_parameter_tuning_job, Seahorse::Model::Operation.new.tap do |o|
|
@@ -11538,9 +11540,9 @@ module Aws::SageMaker
|
|
11538
11540
|
o.http_request_uri = "/"
|
11539
11541
|
o.input = Shapes::ShapeRef.new(shape: CreateImageVersionRequest)
|
11540
11542
|
o.output = Shapes::ShapeRef.new(shape: CreateImageVersionResponse)
|
11543
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
11541
11544
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
11542
11545
|
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
11543
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
11544
11546
|
end)
|
11545
11547
|
|
11546
11548
|
api.add_operation(:create_inference_component, Seahorse::Model::Operation.new.tap do |o|
|
@@ -11606,8 +11608,8 @@ module Aws::SageMaker
|
|
11606
11608
|
o.http_request_uri = "/"
|
11607
11609
|
o.input = Shapes::ShapeRef.new(shape: CreateModelBiasJobDefinitionRequest)
|
11608
11610
|
o.output = Shapes::ShapeRef.new(shape: CreateModelBiasJobDefinitionResponse)
|
11609
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
11610
11611
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
11612
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
11611
11613
|
end)
|
11612
11614
|
|
11613
11615
|
api.add_operation(:create_model_card, Seahorse::Model::Operation.new.tap do |o|
|
@@ -11616,8 +11618,8 @@ module Aws::SageMaker
|
|
11616
11618
|
o.http_request_uri = "/"
|
11617
11619
|
o.input = Shapes::ShapeRef.new(shape: CreateModelCardRequest)
|
11618
11620
|
o.output = Shapes::ShapeRef.new(shape: CreateModelCardResponse)
|
11619
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
11620
11621
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
11622
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
11621
11623
|
end)
|
11622
11624
|
|
11623
11625
|
api.add_operation(:create_model_card_export_job, Seahorse::Model::Operation.new.tap do |o|
|
@@ -11626,9 +11628,9 @@ module Aws::SageMaker
|
|
11626
11628
|
o.http_request_uri = "/"
|
11627
11629
|
o.input = Shapes::ShapeRef.new(shape: CreateModelCardExportJobRequest)
|
11628
11630
|
o.output = Shapes::ShapeRef.new(shape: CreateModelCardExportJobResponse)
|
11631
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
11629
11632
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
11630
11633
|
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
11631
|
-
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
11632
11634
|
end)
|
11633
11635
|
|
11634
11636
|
api.add_operation(:create_model_explainability_job_definition, Seahorse::Model::Operation.new.tap do |o|
|
@@ -11637,8 +11639,8 @@ module Aws::SageMaker
|
|
11637
11639
|
o.http_request_uri = "/"
|
11638
11640
|
o.input = Shapes::ShapeRef.new(shape: CreateModelExplainabilityJobDefinitionRequest)
|
11639
11641
|
o.output = Shapes::ShapeRef.new(shape: CreateModelExplainabilityJobDefinitionResponse)
|
11640
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
11641
11642
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
11643
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
11642
11644
|
end)
|
11643
11645
|
|
11644
11646
|
api.add_operation(:create_model_package, Seahorse::Model::Operation.new.tap do |o|
|
@@ -11666,8 +11668,8 @@ module Aws::SageMaker
|
|
11666
11668
|
o.http_request_uri = "/"
|
11667
11669
|
o.input = Shapes::ShapeRef.new(shape: CreateModelQualityJobDefinitionRequest)
|
11668
11670
|
o.output = Shapes::ShapeRef.new(shape: CreateModelQualityJobDefinitionResponse)
|
11669
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
11670
11671
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
11672
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
11671
11673
|
end)
|
11672
11674
|
|
11673
11675
|
api.add_operation(:create_monitoring_schedule, Seahorse::Model::Operation.new.tap do |o|
|
@@ -11676,8 +11678,8 @@ module Aws::SageMaker
|
|
11676
11678
|
o.http_request_uri = "/"
|
11677
11679
|
o.input = Shapes::ShapeRef.new(shape: CreateMonitoringScheduleRequest)
|
11678
11680
|
o.output = Shapes::ShapeRef.new(shape: CreateMonitoringScheduleResponse)
|
11679
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
11680
11681
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
11682
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
11681
11683
|
end)
|
11682
11684
|
|
11683
11685
|
api.add_operation(:create_notebook_instance, Seahorse::Model::Operation.new.tap do |o|
|
@@ -11714,8 +11716,8 @@ module Aws::SageMaker
|
|
11714
11716
|
o.http_request_uri = "/"
|
11715
11717
|
o.input = Shapes::ShapeRef.new(shape: CreatePartnerAppRequest)
|
11716
11718
|
o.output = Shapes::ShapeRef.new(shape: CreatePartnerAppResponse)
|
11717
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
11718
11719
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
11720
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
11719
11721
|
end)
|
11720
11722
|
|
11721
11723
|
api.add_operation(:create_partner_app_presigned_url, Seahorse::Model::Operation.new.tap do |o|
|
@@ -11733,9 +11735,9 @@ module Aws::SageMaker
|
|
11733
11735
|
o.http_request_uri = "/"
|
11734
11736
|
o.input = Shapes::ShapeRef.new(shape: CreatePipelineRequest)
|
11735
11737
|
o.output = Shapes::ShapeRef.new(shape: CreatePipelineResponse)
|
11738
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
11736
11739
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
11737
11740
|
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
11738
|
-
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
11739
11741
|
end)
|
11740
11742
|
|
11741
11743
|
api.add_operation(:create_presigned_domain_url, Seahorse::Model::Operation.new.tap do |o|
|
@@ -11770,9 +11772,9 @@ module Aws::SageMaker
|
|
11770
11772
|
o.http_request_uri = "/"
|
11771
11773
|
o.input = Shapes::ShapeRef.new(shape: CreateProcessingJobRequest)
|
11772
11774
|
o.output = Shapes::ShapeRef.new(shape: CreateProcessingJobResponse)
|
11775
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
11773
11776
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
11774
11777
|
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
11775
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
11776
11778
|
end)
|
11777
11779
|
|
11778
11780
|
api.add_operation(:create_project, Seahorse::Model::Operation.new.tap do |o|
|
@@ -11790,8 +11792,8 @@ module Aws::SageMaker
|
|
11790
11792
|
o.http_request_uri = "/"
|
11791
11793
|
o.input = Shapes::ShapeRef.new(shape: CreateSpaceRequest)
|
11792
11794
|
o.output = Shapes::ShapeRef.new(shape: CreateSpaceResponse)
|
11793
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
11794
11795
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
11796
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
11795
11797
|
end)
|
11796
11798
|
|
11797
11799
|
api.add_operation(:create_studio_lifecycle_config, Seahorse::Model::Operation.new.tap do |o|
|
@@ -11809,9 +11811,9 @@ module Aws::SageMaker
|
|
11809
11811
|
o.http_request_uri = "/"
|
11810
11812
|
o.input = Shapes::ShapeRef.new(shape: CreateTrainingJobRequest)
|
11811
11813
|
o.output = Shapes::ShapeRef.new(shape: CreateTrainingJobResponse)
|
11814
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
11812
11815
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
11813
11816
|
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
11814
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
11815
11817
|
end)
|
11816
11818
|
|
11817
11819
|
api.add_operation(:create_training_plan, Seahorse::Model::Operation.new.tap do |o|
|
@@ -11820,9 +11822,9 @@ module Aws::SageMaker
|
|
11820
11822
|
o.http_request_uri = "/"
|
11821
11823
|
o.input = Shapes::ShapeRef.new(shape: CreateTrainingPlanRequest)
|
11822
11824
|
o.output = Shapes::ShapeRef.new(shape: CreateTrainingPlanResponse)
|
11823
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
11824
11825
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
11825
11826
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
11827
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
11826
11828
|
end)
|
11827
11829
|
|
11828
11830
|
api.add_operation(:create_transform_job, Seahorse::Model::Operation.new.tap do |o|
|
@@ -11831,9 +11833,9 @@ module Aws::SageMaker
|
|
11831
11833
|
o.http_request_uri = "/"
|
11832
11834
|
o.input = Shapes::ShapeRef.new(shape: CreateTransformJobRequest)
|
11833
11835
|
o.output = Shapes::ShapeRef.new(shape: CreateTransformJobResponse)
|
11836
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
11834
11837
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
11835
11838
|
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
11836
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
11837
11839
|
end)
|
11838
11840
|
|
11839
11841
|
api.add_operation(:create_trial, Seahorse::Model::Operation.new.tap do |o|
|
@@ -11861,8 +11863,8 @@ module Aws::SageMaker
|
|
11861
11863
|
o.http_request_uri = "/"
|
11862
11864
|
o.input = Shapes::ShapeRef.new(shape: CreateUserProfileRequest)
|
11863
11865
|
o.output = Shapes::ShapeRef.new(shape: CreateUserProfileResponse)
|
11864
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
11865
11866
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
11867
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
11866
11868
|
end)
|
11867
11869
|
|
11868
11870
|
api.add_operation(:create_workforce, Seahorse::Model::Operation.new.tap do |o|
|
@@ -11907,8 +11909,8 @@ module Aws::SageMaker
|
|
11907
11909
|
o.http_request_uri = "/"
|
11908
11910
|
o.input = Shapes::ShapeRef.new(shape: DeleteAppRequest)
|
11909
11911
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
11910
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
11911
11912
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
11913
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
11912
11914
|
end)
|
11913
11915
|
|
11914
11916
|
api.add_operation(:delete_app_image_config, Seahorse::Model::Operation.new.tap do |o|
|
@@ -11944,8 +11946,8 @@ module Aws::SageMaker
|
|
11944
11946
|
o.http_request_uri = "/"
|
11945
11947
|
o.input = Shapes::ShapeRef.new(shape: DeleteClusterRequest)
|
11946
11948
|
o.output = Shapes::ShapeRef.new(shape: DeleteClusterResponse)
|
11947
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
11948
11949
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
11950
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
11949
11951
|
end)
|
11950
11952
|
|
11951
11953
|
api.add_operation(:delete_cluster_scheduler_config, Seahorse::Model::Operation.new.tap do |o|
|
@@ -12016,8 +12018,8 @@ module Aws::SageMaker
|
|
12016
12018
|
o.http_request_uri = "/"
|
12017
12019
|
o.input = Shapes::ShapeRef.new(shape: DeleteDomainRequest)
|
12018
12020
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
12019
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
12020
12021
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
12022
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
12021
12023
|
end)
|
12022
12024
|
|
12023
12025
|
api.add_operation(:delete_edge_deployment_plan, Seahorse::Model::Operation.new.tap do |o|
|
@@ -12078,8 +12080,8 @@ module Aws::SageMaker
|
|
12078
12080
|
o.http_request_uri = "/"
|
12079
12081
|
o.input = Shapes::ShapeRef.new(shape: DeleteFlowDefinitionRequest)
|
12080
12082
|
o.output = Shapes::ShapeRef.new(shape: DeleteFlowDefinitionResponse)
|
12081
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
12082
12083
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
12084
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
12083
12085
|
end)
|
12084
12086
|
|
12085
12087
|
api.add_operation(:delete_hub, Seahorse::Model::Operation.new.tap do |o|
|
@@ -12088,8 +12090,8 @@ module Aws::SageMaker
|
|
12088
12090
|
o.http_request_uri = "/"
|
12089
12091
|
o.input = Shapes::ShapeRef.new(shape: DeleteHubRequest)
|
12090
12092
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
12091
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
12092
12093
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
12094
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
12093
12095
|
end)
|
12094
12096
|
|
12095
12097
|
api.add_operation(:delete_hub_content, Seahorse::Model::Operation.new.tap do |o|
|
@@ -12098,8 +12100,8 @@ module Aws::SageMaker
|
|
12098
12100
|
o.http_request_uri = "/"
|
12099
12101
|
o.input = Shapes::ShapeRef.new(shape: DeleteHubContentRequest)
|
12100
12102
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
12101
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
12102
12103
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
12104
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
12103
12105
|
end)
|
12104
12106
|
|
12105
12107
|
api.add_operation(:delete_hub_content_reference, Seahorse::Model::Operation.new.tap do |o|
|
@@ -12134,8 +12136,8 @@ module Aws::SageMaker
|
|
12134
12136
|
o.http_request_uri = "/"
|
12135
12137
|
o.input = Shapes::ShapeRef.new(shape: DeleteImageRequest)
|
12136
12138
|
o.output = Shapes::ShapeRef.new(shape: DeleteImageResponse)
|
12137
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
12138
12139
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
12140
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
12139
12141
|
end)
|
12140
12142
|
|
12141
12143
|
api.add_operation(:delete_image_version, Seahorse::Model::Operation.new.tap do |o|
|
@@ -12144,8 +12146,8 @@ module Aws::SageMaker
|
|
12144
12146
|
o.http_request_uri = "/"
|
12145
12147
|
o.input = Shapes::ShapeRef.new(shape: DeleteImageVersionRequest)
|
12146
12148
|
o.output = Shapes::ShapeRef.new(shape: DeleteImageVersionResponse)
|
12147
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
12148
12149
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
12150
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
12149
12151
|
end)
|
12150
12152
|
|
12151
12153
|
api.add_operation(:delete_inference_component, Seahorse::Model::Operation.new.tap do |o|
|
@@ -12198,8 +12200,8 @@ module Aws::SageMaker
|
|
12198
12200
|
o.http_request_uri = "/"
|
12199
12201
|
o.input = Shapes::ShapeRef.new(shape: DeleteModelCardRequest)
|
12200
12202
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
12201
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
12202
12203
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
12204
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
12203
12205
|
end)
|
12204
12206
|
|
12205
12207
|
api.add_operation(:delete_model_explainability_job_definition, Seahorse::Model::Operation.new.tap do |o|
|
@@ -12286,8 +12288,8 @@ module Aws::SageMaker
|
|
12286
12288
|
o.http_request_uri = "/"
|
12287
12289
|
o.input = Shapes::ShapeRef.new(shape: DeletePartnerAppRequest)
|
12288
12290
|
o.output = Shapes::ShapeRef.new(shape: DeletePartnerAppResponse)
|
12289
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
12290
12291
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
12292
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
12291
12293
|
end)
|
12292
12294
|
|
12293
12295
|
api.add_operation(:delete_pipeline, Seahorse::Model::Operation.new.tap do |o|
|
@@ -12296,8 +12298,8 @@ module Aws::SageMaker
|
|
12296
12298
|
o.http_request_uri = "/"
|
12297
12299
|
o.input = Shapes::ShapeRef.new(shape: DeletePipelineRequest)
|
12298
12300
|
o.output = Shapes::ShapeRef.new(shape: DeletePipelineResponse)
|
12299
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
12300
12301
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
12302
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
12301
12303
|
end)
|
12302
12304
|
|
12303
12305
|
api.add_operation(:delete_project, Seahorse::Model::Operation.new.tap do |o|
|
@@ -12315,8 +12317,8 @@ module Aws::SageMaker
|
|
12315
12317
|
o.http_request_uri = "/"
|
12316
12318
|
o.input = Shapes::ShapeRef.new(shape: DeleteSpaceRequest)
|
12317
12319
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
12318
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
12319
12320
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
12321
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
12320
12322
|
end)
|
12321
12323
|
|
12322
12324
|
api.add_operation(:delete_studio_lifecycle_config, Seahorse::Model::Operation.new.tap do |o|
|
@@ -12361,8 +12363,8 @@ module Aws::SageMaker
|
|
12361
12363
|
o.http_request_uri = "/"
|
12362
12364
|
o.input = Shapes::ShapeRef.new(shape: DeleteUserProfileRequest)
|
12363
12365
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
12364
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
12365
12366
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
12367
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
12366
12368
|
end)
|
12367
12369
|
|
12368
12370
|
api.add_operation(:delete_workforce, Seahorse::Model::Operation.new.tap do |o|
|
@@ -13061,9 +13063,9 @@ module Aws::SageMaker
|
|
13061
13063
|
o.http_request_uri = "/"
|
13062
13064
|
o.input = Shapes::ShapeRef.new(shape: ImportHubContentRequest)
|
13063
13065
|
o.output = Shapes::ShapeRef.new(shape: ImportHubContentResponse)
|
13066
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
13064
13067
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
13065
13068
|
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
13066
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
13067
13069
|
end)
|
13068
13070
|
|
13069
13071
|
api.add_operation(:list_actions, Seahorse::Model::Operation.new.tap do |o|
|
@@ -14252,9 +14254,9 @@ module Aws::SageMaker
|
|
14252
14254
|
o.http_request_uri = "/"
|
14253
14255
|
o.input = Shapes::ShapeRef.new(shape: RetryPipelineExecutionRequest)
|
14254
14256
|
o.output = Shapes::ShapeRef.new(shape: RetryPipelineExecutionResponse)
|
14257
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
14255
14258
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
14256
14259
|
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
14257
|
-
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
14258
14260
|
end)
|
14259
14261
|
|
14260
14262
|
api.add_operation(:search, Seahorse::Model::Operation.new.tap do |o|
|
@@ -14286,9 +14288,9 @@ module Aws::SageMaker
|
|
14286
14288
|
o.http_request_uri = "/"
|
14287
14289
|
o.input = Shapes::ShapeRef.new(shape: SendPipelineExecutionStepFailureRequest)
|
14288
14290
|
o.output = Shapes::ShapeRef.new(shape: SendPipelineExecutionStepFailureResponse)
|
14291
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
14289
14292
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
14290
14293
|
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
14291
|
-
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
14292
14294
|
end)
|
14293
14295
|
|
14294
14296
|
api.add_operation(:send_pipeline_execution_step_success, Seahorse::Model::Operation.new.tap do |o|
|
@@ -14297,9 +14299,9 @@ module Aws::SageMaker
|
|
14297
14299
|
o.http_request_uri = "/"
|
14298
14300
|
o.input = Shapes::ShapeRef.new(shape: SendPipelineExecutionStepSuccessRequest)
|
14299
14301
|
o.output = Shapes::ShapeRef.new(shape: SendPipelineExecutionStepSuccessResponse)
|
14302
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
14300
14303
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
14301
14304
|
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
14302
|
-
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
14303
14305
|
end)
|
14304
14306
|
|
14305
14307
|
api.add_operation(:start_edge_deployment_stage, Seahorse::Model::Operation.new.tap do |o|
|
@@ -14326,8 +14328,8 @@ module Aws::SageMaker
|
|
14326
14328
|
o.http_request_uri = "/"
|
14327
14329
|
o.input = Shapes::ShapeRef.new(shape: StartMlflowTrackingServerRequest)
|
14328
14330
|
o.output = Shapes::ShapeRef.new(shape: StartMlflowTrackingServerResponse)
|
14329
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
14330
14331
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
14332
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
14331
14333
|
end)
|
14332
14334
|
|
14333
14335
|
api.add_operation(:start_monitoring_schedule, Seahorse::Model::Operation.new.tap do |o|
|
@@ -14354,9 +14356,9 @@ module Aws::SageMaker
|
|
14354
14356
|
o.http_request_uri = "/"
|
14355
14357
|
o.input = Shapes::ShapeRef.new(shape: StartPipelineExecutionRequest)
|
14356
14358
|
o.output = Shapes::ShapeRef.new(shape: StartPipelineExecutionResponse)
|
14359
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
14357
14360
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
14358
14361
|
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
14359
|
-
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
14360
14362
|
end)
|
14361
14363
|
|
14362
14364
|
api.add_operation(:stop_auto_ml_job, Seahorse::Model::Operation.new.tap do |o|
|
@@ -14436,8 +14438,8 @@ module Aws::SageMaker
|
|
14436
14438
|
o.http_request_uri = "/"
|
14437
14439
|
o.input = Shapes::ShapeRef.new(shape: StopMlflowTrackingServerRequest)
|
14438
14440
|
o.output = Shapes::ShapeRef.new(shape: StopMlflowTrackingServerResponse)
|
14439
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
14440
14441
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
14442
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
14441
14443
|
end)
|
14442
14444
|
|
14443
14445
|
api.add_operation(:stop_monitoring_schedule, Seahorse::Model::Operation.new.tap do |o|
|
@@ -14472,8 +14474,8 @@ module Aws::SageMaker
|
|
14472
14474
|
o.http_request_uri = "/"
|
14473
14475
|
o.input = Shapes::ShapeRef.new(shape: StopPipelineExecutionRequest)
|
14474
14476
|
o.output = Shapes::ShapeRef.new(shape: StopPipelineExecutionResponse)
|
14475
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
14476
14477
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
14478
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
14477
14479
|
end)
|
14478
14480
|
|
14479
14481
|
api.add_operation(:stop_processing_job, Seahorse::Model::Operation.new.tap do |o|
|
@@ -14538,9 +14540,9 @@ module Aws::SageMaker
|
|
14538
14540
|
o.http_request_uri = "/"
|
14539
14541
|
o.input = Shapes::ShapeRef.new(shape: UpdateClusterRequest)
|
14540
14542
|
o.output = Shapes::ShapeRef.new(shape: UpdateClusterResponse)
|
14541
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
14542
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
14543
14543
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
14544
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
14545
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
14544
14546
|
end)
|
14545
14547
|
|
14546
14548
|
api.add_operation(:update_cluster_scheduler_config, Seahorse::Model::Operation.new.tap do |o|
|
@@ -14549,9 +14551,9 @@ module Aws::SageMaker
|
|
14549
14551
|
o.http_request_uri = "/"
|
14550
14552
|
o.input = Shapes::ShapeRef.new(shape: UpdateClusterSchedulerConfigRequest)
|
14551
14553
|
o.output = Shapes::ShapeRef.new(shape: UpdateClusterSchedulerConfigResponse)
|
14554
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
14552
14555
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
14553
14556
|
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
14554
|
-
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
14555
14557
|
end)
|
14556
14558
|
|
14557
14559
|
api.add_operation(:update_cluster_software, Seahorse::Model::Operation.new.tap do |o|
|
@@ -14560,8 +14562,8 @@ module Aws::SageMaker
|
|
14560
14562
|
o.http_request_uri = "/"
|
14561
14563
|
o.input = Shapes::ShapeRef.new(shape: UpdateClusterSoftwareRequest)
|
14562
14564
|
o.output = Shapes::ShapeRef.new(shape: UpdateClusterSoftwareResponse)
|
14563
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
14564
14565
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
14566
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
14565
14567
|
end)
|
14566
14568
|
|
14567
14569
|
api.add_operation(:update_code_repository, Seahorse::Model::Operation.new.tap do |o|
|
@@ -14579,9 +14581,9 @@ module Aws::SageMaker
|
|
14579
14581
|
o.http_request_uri = "/"
|
14580
14582
|
o.input = Shapes::ShapeRef.new(shape: UpdateComputeQuotaRequest)
|
14581
14583
|
o.output = Shapes::ShapeRef.new(shape: UpdateComputeQuotaResponse)
|
14584
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
14582
14585
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
14583
14586
|
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
14584
|
-
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
14585
14587
|
end)
|
14586
14588
|
|
14587
14589
|
api.add_operation(:update_context, Seahorse::Model::Operation.new.tap do |o|
|
@@ -14617,9 +14619,9 @@ module Aws::SageMaker
|
|
14617
14619
|
o.http_request_uri = "/"
|
14618
14620
|
o.input = Shapes::ShapeRef.new(shape: UpdateDomainRequest)
|
14619
14621
|
o.output = Shapes::ShapeRef.new(shape: UpdateDomainResponse)
|
14620
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
14621
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
14622
14622
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
14623
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
14624
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
14623
14625
|
end)
|
14624
14626
|
|
14625
14627
|
api.add_operation(:update_endpoint, Seahorse::Model::Operation.new.tap do |o|
|
@@ -14704,8 +14706,8 @@ module Aws::SageMaker
|
|
14704
14706
|
o.http_request_uri = "/"
|
14705
14707
|
o.input = Shapes::ShapeRef.new(shape: UpdateImageRequest)
|
14706
14708
|
o.output = Shapes::ShapeRef.new(shape: UpdateImageResponse)
|
14707
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
14708
14709
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
14710
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
14709
14711
|
end)
|
14710
14712
|
|
14711
14713
|
api.add_operation(:update_image_version, Seahorse::Model::Operation.new.tap do |o|
|
@@ -14714,8 +14716,8 @@ module Aws::SageMaker
|
|
14714
14716
|
o.http_request_uri = "/"
|
14715
14717
|
o.input = Shapes::ShapeRef.new(shape: UpdateImageVersionRequest)
|
14716
14718
|
o.output = Shapes::ShapeRef.new(shape: UpdateImageVersionResponse)
|
14717
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
14718
14719
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
14720
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
14719
14721
|
end)
|
14720
14722
|
|
14721
14723
|
api.add_operation(:update_inference_component, Seahorse::Model::Operation.new.tap do |o|
|
@@ -14752,9 +14754,9 @@ module Aws::SageMaker
|
|
14752
14754
|
o.http_request_uri = "/"
|
14753
14755
|
o.input = Shapes::ShapeRef.new(shape: UpdateMlflowTrackingServerRequest)
|
14754
14756
|
o.output = Shapes::ShapeRef.new(shape: UpdateMlflowTrackingServerResponse)
|
14757
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
14755
14758
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
14756
14759
|
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
14757
|
-
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
14758
14760
|
end)
|
14759
14761
|
|
14760
14762
|
api.add_operation(:update_model_card, Seahorse::Model::Operation.new.tap do |o|
|
@@ -14763,9 +14765,9 @@ module Aws::SageMaker
|
|
14763
14765
|
o.http_request_uri = "/"
|
14764
14766
|
o.input = Shapes::ShapeRef.new(shape: UpdateModelCardRequest)
|
14765
14767
|
o.output = Shapes::ShapeRef.new(shape: UpdateModelCardResponse)
|
14768
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
14766
14769
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
14767
14770
|
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
14768
|
-
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
14769
14771
|
end)
|
14770
14772
|
|
14771
14773
|
api.add_operation(:update_model_package, Seahorse::Model::Operation.new.tap do |o|
|
@@ -14783,8 +14785,8 @@ module Aws::SageMaker
|
|
14783
14785
|
o.http_request_uri = "/"
|
14784
14786
|
o.input = Shapes::ShapeRef.new(shape: UpdateMonitoringAlertRequest)
|
14785
14787
|
o.output = Shapes::ShapeRef.new(shape: UpdateMonitoringAlertResponse)
|
14786
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
14787
14788
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
14789
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
14788
14790
|
end)
|
14789
14791
|
|
14790
14792
|
api.add_operation(:update_monitoring_schedule, Seahorse::Model::Operation.new.tap do |o|
|
@@ -14793,8 +14795,8 @@ module Aws::SageMaker
|
|
14793
14795
|
o.http_request_uri = "/"
|
14794
14796
|
o.input = Shapes::ShapeRef.new(shape: UpdateMonitoringScheduleRequest)
|
14795
14797
|
o.output = Shapes::ShapeRef.new(shape: UpdateMonitoringScheduleResponse)
|
14796
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
14797
14798
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
14799
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
14798
14800
|
end)
|
14799
14801
|
|
14800
14802
|
api.add_operation(:update_notebook_instance, Seahorse::Model::Operation.new.tap do |o|
|
@@ -14821,8 +14823,8 @@ module Aws::SageMaker
|
|
14821
14823
|
o.http_request_uri = "/"
|
14822
14824
|
o.input = Shapes::ShapeRef.new(shape: UpdatePartnerAppRequest)
|
14823
14825
|
o.output = Shapes::ShapeRef.new(shape: UpdatePartnerAppResponse)
|
14824
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
14825
14826
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
14827
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
14826
14828
|
end)
|
14827
14829
|
|
14828
14830
|
api.add_operation(:update_pipeline, Seahorse::Model::Operation.new.tap do |o|
|
@@ -14831,8 +14833,8 @@ module Aws::SageMaker
|
|
14831
14833
|
o.http_request_uri = "/"
|
14832
14834
|
o.input = Shapes::ShapeRef.new(shape: UpdatePipelineRequest)
|
14833
14835
|
o.output = Shapes::ShapeRef.new(shape: UpdatePipelineResponse)
|
14834
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
14835
14836
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
14837
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
14836
14838
|
end)
|
14837
14839
|
|
14838
14840
|
api.add_operation(:update_pipeline_execution, Seahorse::Model::Operation.new.tap do |o|
|
@@ -14841,8 +14843,8 @@ module Aws::SageMaker
|
|
14841
14843
|
o.http_request_uri = "/"
|
14842
14844
|
o.input = Shapes::ShapeRef.new(shape: UpdatePipelineExecutionRequest)
|
14843
14845
|
o.output = Shapes::ShapeRef.new(shape: UpdatePipelineExecutionResponse)
|
14844
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
14845
14846
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
14847
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
14846
14848
|
end)
|
14847
14849
|
|
14848
14850
|
api.add_operation(:update_project, Seahorse::Model::Operation.new.tap do |o|
|
@@ -14860,9 +14862,9 @@ module Aws::SageMaker
|
|
14860
14862
|
o.http_request_uri = "/"
|
14861
14863
|
o.input = Shapes::ShapeRef.new(shape: UpdateSpaceRequest)
|
14862
14864
|
o.output = Shapes::ShapeRef.new(shape: UpdateSpaceResponse)
|
14863
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
14864
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
14865
14865
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
14866
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
14867
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
14866
14868
|
end)
|
14867
14869
|
|
14868
14870
|
api.add_operation(:update_training_job, Seahorse::Model::Operation.new.tap do |o|
|
@@ -14901,9 +14903,9 @@ module Aws::SageMaker
|
|
14901
14903
|
o.http_request_uri = "/"
|
14902
14904
|
o.input = Shapes::ShapeRef.new(shape: UpdateUserProfileRequest)
|
14903
14905
|
o.output = Shapes::ShapeRef.new(shape: UpdateUserProfileResponse)
|
14904
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
14905
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
14906
14906
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
14907
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
14908
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
14907
14909
|
end)
|
14908
14910
|
|
14909
14911
|
api.add_operation(:update_workforce, Seahorse::Model::Operation.new.tap do |o|
|