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)


2479
2480
2481
# File 'sig/types.rbs', line 2479

def job_definition_name
  @job_definition_name
end

#job_resourcesTypes::MonitoringResources

Returns the value of attribute job_resources.



2484
2485
2486
# File 'sig/types.rbs', line 2484

def job_resources
  @job_resources
end

#model_bias_app_specificationTypes::ModelBiasAppSpecification

Returns the value of attribute model_bias_app_specification.



2481
2482
2483
# File 'sig/types.rbs', line 2481

def model_bias_app_specification
  @model_bias_app_specification
end

#model_bias_baseline_configTypes::ModelBiasBaselineConfig

Returns the value of attribute model_bias_baseline_config.



2480
2481
2482
# File 'sig/types.rbs', line 2480

def model_bias_baseline_config
  @model_bias_baseline_config
end

#model_bias_job_inputTypes::ModelBiasJobInput

Returns the value of attribute model_bias_job_input.



2482
2483
2484
# File 'sig/types.rbs', line 2482

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.



2483
2484
2485
# File 'sig/types.rbs', line 2483

def model_bias_job_output_config
  @model_bias_job_output_config
end

#network_configTypes::MonitoringNetworkConfig

Returns the value of attribute network_config.



2485
2486
2487
# File 'sig/types.rbs', line 2485

def network_config
  @network_config
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


2486
2487
2488
# File 'sig/types.rbs', line 2486

def role_arn
  @role_arn
end

#stopping_conditionTypes::MonitoringStoppingCondition

Returns the value of attribute stopping_condition.



2487
2488
2489
# File 'sig/types.rbs', line 2487

def stopping_condition
  @stopping_condition
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2488
2489
2490
# File 'sig/types.rbs', line 2488

def tags
  @tags
end