Class: Aws::SageMaker::Types::DescribeModelQualityJobDefinitionResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The time at which the model quality job was created.

Returns:

  • (Time)


17309
17310
17311
17312
17313
17314
17315
17316
17317
17318
17319
17320
17321
17322
17323
# File 'lib/aws-sdk-sagemaker/types.rb', line 17309

class DescribeModelQualityJobDefinitionResponse < Struct.new(
  :job_definition_arn,
  :job_definition_name,
  :creation_time,
  :model_quality_baseline_config,
  :model_quality_app_specification,
  :model_quality_job_input,
  :model_quality_job_output_config,
  :job_resources,
  :network_config,
  :role_arn,
  :stopping_condition)
  SENSITIVE = []
  include Aws::Structure
end

#job_definition_arnString

The Amazon Resource Name (ARN) of the model quality job.

Returns:

  • (String)


17309
17310
17311
17312
17313
17314
17315
17316
17317
17318
17319
17320
17321
17322
17323
# File 'lib/aws-sdk-sagemaker/types.rb', line 17309

class DescribeModelQualityJobDefinitionResponse < Struct.new(
  :job_definition_arn,
  :job_definition_name,
  :creation_time,
  :model_quality_baseline_config,
  :model_quality_app_specification,
  :model_quality_job_input,
  :model_quality_job_output_config,
  :job_resources,
  :network_config,
  :role_arn,
  :stopping_condition)
  SENSITIVE = []
  include Aws::Structure
end

#job_definition_nameString

The name of the quality job definition. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.

Returns:

  • (String)


17309
17310
17311
17312
17313
17314
17315
17316
17317
17318
17319
17320
17321
17322
17323
# File 'lib/aws-sdk-sagemaker/types.rb', line 17309

class DescribeModelQualityJobDefinitionResponse < Struct.new(
  :job_definition_arn,
  :job_definition_name,
  :creation_time,
  :model_quality_baseline_config,
  :model_quality_app_specification,
  :model_quality_job_input,
  :model_quality_job_output_config,
  :job_resources,
  :network_config,
  :role_arn,
  :stopping_condition)
  SENSITIVE = []
  include Aws::Structure
end

#job_resourcesTypes::MonitoringResources

Identifies the resources to deploy for a monitoring job.



17309
17310
17311
17312
17313
17314
17315
17316
17317
17318
17319
17320
17321
17322
17323
# File 'lib/aws-sdk-sagemaker/types.rb', line 17309

class DescribeModelQualityJobDefinitionResponse < Struct.new(
  :job_definition_arn,
  :job_definition_name,
  :creation_time,
  :model_quality_baseline_config,
  :model_quality_app_specification,
  :model_quality_job_input,
  :model_quality_job_output_config,
  :job_resources,
  :network_config,
  :role_arn,
  :stopping_condition)
  SENSITIVE = []
  include Aws::Structure
end

#model_quality_app_specificationTypes::ModelQualityAppSpecification

Configures the model quality job to run a specified Docker container image.



17309
17310
17311
17312
17313
17314
17315
17316
17317
17318
17319
17320
17321
17322
17323
# File 'lib/aws-sdk-sagemaker/types.rb', line 17309

class DescribeModelQualityJobDefinitionResponse < Struct.new(
  :job_definition_arn,
  :job_definition_name,
  :creation_time,
  :model_quality_baseline_config,
  :model_quality_app_specification,
  :model_quality_job_input,
  :model_quality_job_output_config,
  :job_resources,
  :network_config,
  :role_arn,
  :stopping_condition)
  SENSITIVE = []
  include Aws::Structure
end

#model_quality_baseline_configTypes::ModelQualityBaselineConfig

The baseline configuration for a model quality job.



17309
17310
17311
17312
17313
17314
17315
17316
17317
17318
17319
17320
17321
17322
17323
# File 'lib/aws-sdk-sagemaker/types.rb', line 17309

class DescribeModelQualityJobDefinitionResponse < Struct.new(
  :job_definition_arn,
  :job_definition_name,
  :creation_time,
  :model_quality_baseline_config,
  :model_quality_app_specification,
  :model_quality_job_input,
  :model_quality_job_output_config,
  :job_resources,
  :network_config,
  :role_arn,
  :stopping_condition)
  SENSITIVE = []
  include Aws::Structure
end

#model_quality_job_inputTypes::ModelQualityJobInput

Inputs for the model quality job.



17309
17310
17311
17312
17313
17314
17315
17316
17317
17318
17319
17320
17321
17322
17323
# File 'lib/aws-sdk-sagemaker/types.rb', line 17309

class DescribeModelQualityJobDefinitionResponse < Struct.new(
  :job_definition_arn,
  :job_definition_name,
  :creation_time,
  :model_quality_baseline_config,
  :model_quality_app_specification,
  :model_quality_job_input,
  :model_quality_job_output_config,
  :job_resources,
  :network_config,
  :role_arn,
  :stopping_condition)
  SENSITIVE = []
  include Aws::Structure
end

#model_quality_job_output_configTypes::MonitoringOutputConfig

The output configuration for monitoring jobs.



17309
17310
17311
17312
17313
17314
17315
17316
17317
17318
17319
17320
17321
17322
17323
# File 'lib/aws-sdk-sagemaker/types.rb', line 17309

class DescribeModelQualityJobDefinitionResponse < Struct.new(
  :job_definition_arn,
  :job_definition_name,
  :creation_time,
  :model_quality_baseline_config,
  :model_quality_app_specification,
  :model_quality_job_input,
  :model_quality_job_output_config,
  :job_resources,
  :network_config,
  :role_arn,
  :stopping_condition)
  SENSITIVE = []
  include Aws::Structure
end

#network_configTypes::MonitoringNetworkConfig

Networking options for a model quality job.



17309
17310
17311
17312
17313
17314
17315
17316
17317
17318
17319
17320
17321
17322
17323
# File 'lib/aws-sdk-sagemaker/types.rb', line 17309

class DescribeModelQualityJobDefinitionResponse < Struct.new(
  :job_definition_arn,
  :job_definition_name,
  :creation_time,
  :model_quality_baseline_config,
  :model_quality_app_specification,
  :model_quality_job_input,
  :model_quality_job_output_config,
  :job_resources,
  :network_config,
  :role_arn,
  :stopping_condition)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker AI can assume to perform tasks on your behalf.

Returns:

  • (String)


17309
17310
17311
17312
17313
17314
17315
17316
17317
17318
17319
17320
17321
17322
17323
# File 'lib/aws-sdk-sagemaker/types.rb', line 17309

class DescribeModelQualityJobDefinitionResponse < Struct.new(
  :job_definition_arn,
  :job_definition_name,
  :creation_time,
  :model_quality_baseline_config,
  :model_quality_app_specification,
  :model_quality_job_input,
  :model_quality_job_output_config,
  :job_resources,
  :network_config,
  :role_arn,
  :stopping_condition)
  SENSITIVE = []
  include Aws::Structure
end

#stopping_conditionTypes::MonitoringStoppingCondition

A time limit for how long the monitoring job is allowed to run before stopping.



17309
17310
17311
17312
17313
17314
17315
17316
17317
17318
17319
17320
17321
17322
17323
# File 'lib/aws-sdk-sagemaker/types.rb', line 17309

class DescribeModelQualityJobDefinitionResponse < Struct.new(
  :job_definition_arn,
  :job_definition_name,
  :creation_time,
  :model_quality_baseline_config,
  :model_quality_app_specification,
  :model_quality_job_input,
  :model_quality_job_output_config,
  :job_resources,
  :network_config,
  :role_arn,
  :stopping_condition)
  SENSITIVE = []
  include Aws::Structure
end