Class: Aws::Types::CreateModelBiasJobDefinitionRequest

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)


2495
2496
2497
# File 'sig/types.rbs', line 2495

def job_definition_name
  @job_definition_name
end

#job_resourcesTypes::MonitoringResources

Returns the value of attribute job_resources.



2500
2501
2502
# File 'sig/types.rbs', line 2500

def job_resources
  @job_resources
end

#model_bias_app_specificationTypes::ModelBiasAppSpecification

Returns the value of attribute model_bias_app_specification.



2497
2498
2499
# File 'sig/types.rbs', line 2497

def model_bias_app_specification
  @model_bias_app_specification
end

#model_bias_baseline_configTypes::ModelBiasBaselineConfig

Returns the value of attribute model_bias_baseline_config.



2496
2497
2498
# File 'sig/types.rbs', line 2496

def model_bias_baseline_config
  @model_bias_baseline_config
end

#model_bias_job_inputTypes::ModelBiasJobInput

Returns the value of attribute model_bias_job_input.



2498
2499
2500
# File 'sig/types.rbs', line 2498

def model_bias_job_input
  @model_bias_job_input
end

#model_bias_job_output_configTypes::MonitoringOutputConfig

Returns the value of attribute model_bias_job_output_config.



2499
2500
2501
# File 'sig/types.rbs', line 2499

def model_bias_job_output_config
  @model_bias_job_output_config
end

#network_configTypes::MonitoringNetworkConfig

Returns the value of attribute network_config.



2501
2502
2503
# File 'sig/types.rbs', line 2501

def network_config
  @network_config
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


2502
2503
2504
# File 'sig/types.rbs', line 2502

def role_arn
  @role_arn
end

#stopping_conditionTypes::MonitoringStoppingCondition

Returns the value of attribute stopping_condition.



2503
2504
2505
# File 'sig/types.rbs', line 2503

def stopping_condition
  @stopping_condition
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2504
2505
2506
# File 'sig/types.rbs', line 2504

def tags
  @tags
end