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)


4697
4698
4699
# File 'sig/types.rbs', line 4697

def creation_time
  @creation_time
end

#job_definition_arn::String

Returns the value of attribute job_definition_arn.

Returns:

  • (::String)


4695
4696
4697
# File 'sig/types.rbs', line 4695

def job_definition_arn
  @job_definition_arn
end

#job_definition_name::String

Returns the value of attribute job_definition_name.

Returns:

  • (::String)


4696
4697
4698
# File 'sig/types.rbs', line 4696

def job_definition_name
  @job_definition_name
end

#job_resourcesTypes::MonitoringResources

Returns the value of attribute job_resources.



4702
4703
4704
# File 'sig/types.rbs', line 4702

def job_resources
  @job_resources
end

#model_bias_app_specificationTypes::ModelBiasAppSpecification

Returns the value of attribute model_bias_app_specification.



4699
4700
4701
# File 'sig/types.rbs', line 4699

def model_bias_app_specification
  @model_bias_app_specification
end

#model_bias_baseline_configTypes::ModelBiasBaselineConfig

Returns the value of attribute model_bias_baseline_config.



4698
4699
4700
# File 'sig/types.rbs', line 4698

def model_bias_baseline_config
  @model_bias_baseline_config
end

#model_bias_job_inputTypes::ModelBiasJobInput

Returns the value of attribute model_bias_job_input.



4700
4701
4702
# File 'sig/types.rbs', line 4700

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.



4701
4702
4703
# File 'sig/types.rbs', line 4701

def model_bias_job_output_config
  @model_bias_job_output_config
end

#network_configTypes::MonitoringNetworkConfig

Returns the value of attribute network_config.



4703
4704
4705
# File 'sig/types.rbs', line 4703

def network_config
  @network_config
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


4704
4705
4706
# File 'sig/types.rbs', line 4704

def role_arn
  @role_arn
end

#stopping_conditionTypes::MonitoringStoppingCondition

Returns the value of attribute stopping_condition.



4705
4706
4707
# File 'sig/types.rbs', line 4705

def stopping_condition
  @stopping_condition
end