Class: Aws::Types::CreateModelQualityJobDefinitionRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#job_definition_name::String

Returns the value of attribute job_definition_name.

Returns:



2624
2625
2626
# File 'sig/types.rbs', line 2624

def job_definition_name
  @job_definition_name
end

#job_resourcesTypes::MonitoringResources

Returns the value of attribute job_resources.

Returns:



2629
2630
2631
# File 'sig/types.rbs', line 2629

def job_resources
  @job_resources
end

#model_quality_app_specificationTypes::ModelQualityAppSpecification

Returns the value of attribute model_quality_app_specification.

Returns:



2626
2627
2628
# File 'sig/types.rbs', line 2626

def model_quality_app_specification
  @model_quality_app_specification
end

#model_quality_baseline_configTypes::ModelQualityBaselineConfig

Returns the value of attribute model_quality_baseline_config.

Returns:



2625
2626
2627
# File 'sig/types.rbs', line 2625

def model_quality_baseline_config
  @model_quality_baseline_config
end

#model_quality_job_inputTypes::ModelQualityJobInput

Returns the value of attribute model_quality_job_input.

Returns:



2627
2628
2629
# File 'sig/types.rbs', line 2627

def model_quality_job_input
  @model_quality_job_input
end

#model_quality_job_output_configTypes::MonitoringOutputConfig

Returns the value of attribute model_quality_job_output_config.

Returns:



2628
2629
2630
# File 'sig/types.rbs', line 2628

def model_quality_job_output_config
  @model_quality_job_output_config
end

#network_configTypes::MonitoringNetworkConfig

Returns the value of attribute network_config.

Returns:



2630
2631
2632
# File 'sig/types.rbs', line 2630

def network_config
  @network_config
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:



2631
2632
2633
# File 'sig/types.rbs', line 2631

def role_arn
  @role_arn
end

#stopping_conditionTypes::MonitoringStoppingCondition

Returns the value of attribute stopping_condition.

Returns:



2632
2633
2634
# File 'sig/types.rbs', line 2632

def stopping_condition
  @stopping_condition
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2633
2634
2635
# File 'sig/types.rbs', line 2633

def tags
  @tags
end