Class: Aws::Types::DescribeModelBiasJobDefinitionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


4715
4716
4717
# File 'sig/types.rbs', line 4715

def creation_time
  @creation_time
end

#job_definition_arn::String

Returns the value of attribute job_definition_arn.

Returns:

  • (::String)


4713
4714
4715
# File 'sig/types.rbs', line 4713

def job_definition_arn
  @job_definition_arn
end

#job_definition_name::String

Returns the value of attribute job_definition_name.

Returns:

  • (::String)


4714
4715
4716
# File 'sig/types.rbs', line 4714

def job_definition_name
  @job_definition_name
end

#job_resourcesTypes::MonitoringResources

Returns the value of attribute job_resources.



4720
4721
4722
# File 'sig/types.rbs', line 4720

def job_resources
  @job_resources
end

#model_bias_app_specificationTypes::ModelBiasAppSpecification

Returns the value of attribute model_bias_app_specification.



4717
4718
4719
# File 'sig/types.rbs', line 4717

def model_bias_app_specification
  @model_bias_app_specification
end

#model_bias_baseline_configTypes::ModelBiasBaselineConfig

Returns the value of attribute model_bias_baseline_config.



4716
4717
4718
# File 'sig/types.rbs', line 4716

def model_bias_baseline_config
  @model_bias_baseline_config
end

#model_bias_job_inputTypes::ModelBiasJobInput

Returns the value of attribute model_bias_job_input.



4718
4719
4720
# File 'sig/types.rbs', line 4718

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.



4719
4720
4721
# File 'sig/types.rbs', line 4719

def model_bias_job_output_config
  @model_bias_job_output_config
end

#network_configTypes::MonitoringNetworkConfig

Returns the value of attribute network_config.



4721
4722
4723
# File 'sig/types.rbs', line 4721

def network_config
  @network_config
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


4722
4723
4724
# File 'sig/types.rbs', line 4722

def role_arn
  @role_arn
end

#stopping_conditionTypes::MonitoringStoppingCondition

Returns the value of attribute stopping_condition.



4723
4724
4725
# File 'sig/types.rbs', line 4723

def stopping_condition
  @stopping_condition
end