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:

  • (::String)


2608
2609
2610
# File 'sig/types.rbs', line 2608

def job_definition_name
  @job_definition_name
end

#job_resourcesTypes::MonitoringResources

Returns the value of attribute job_resources.



2613
2614
2615
# File 'sig/types.rbs', line 2613

def job_resources
  @job_resources
end

#model_quality_app_specificationTypes::ModelQualityAppSpecification

Returns the value of attribute model_quality_app_specification.



2610
2611
2612
# File 'sig/types.rbs', line 2610

def model_quality_app_specification
  @model_quality_app_specification
end

#model_quality_baseline_configTypes::ModelQualityBaselineConfig

Returns the value of attribute model_quality_baseline_config.



2609
2610
2611
# File 'sig/types.rbs', line 2609

def model_quality_baseline_config
  @model_quality_baseline_config
end

#model_quality_job_inputTypes::ModelQualityJobInput

Returns the value of attribute model_quality_job_input.



2611
2612
2613
# File 'sig/types.rbs', line 2611

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.



2612
2613
2614
# File 'sig/types.rbs', line 2612

def model_quality_job_output_config
  @model_quality_job_output_config
end

#network_configTypes::MonitoringNetworkConfig

Returns the value of attribute network_config.



2614
2615
2616
# File 'sig/types.rbs', line 2614

def network_config
  @network_config
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


2615
2616
2617
# File 'sig/types.rbs', line 2615

def role_arn
  @role_arn
end

#stopping_conditionTypes::MonitoringStoppingCondition

Returns the value of attribute stopping_condition.



2616
2617
2618
# File 'sig/types.rbs', line 2616

def stopping_condition
  @stopping_condition
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2617
2618
2619
# File 'sig/types.rbs', line 2617

def tags
  @tags
end