Class: Aws::Types::DescribeModelExplainabilityJobDefinitionResponse

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)


4776
4777
4778
# File 'sig/types.rbs', line 4776

def creation_time
  @creation_time
end

#job_definition_arn::String

Returns the value of attribute job_definition_arn.

Returns:

  • (::String)


4774
4775
4776
# File 'sig/types.rbs', line 4774

def job_definition_arn
  @job_definition_arn
end

#job_definition_name::String

Returns the value of attribute job_definition_name.

Returns:

  • (::String)


4775
4776
4777
# File 'sig/types.rbs', line 4775

def job_definition_name
  @job_definition_name
end

#job_resourcesTypes::MonitoringResources

Returns the value of attribute job_resources.



4781
4782
4783
# File 'sig/types.rbs', line 4781

def job_resources
  @job_resources
end

#model_explainability_app_specificationTypes::ModelExplainabilityAppSpecification

Returns the value of attribute model_explainability_app_specification.



4778
4779
4780
# File 'sig/types.rbs', line 4778

def model_explainability_app_specification
  @model_explainability_app_specification
end

#model_explainability_baseline_configTypes::ModelExplainabilityBaselineConfig

Returns the value of attribute model_explainability_baseline_config.



4777
4778
4779
# File 'sig/types.rbs', line 4777

def model_explainability_baseline_config
  @model_explainability_baseline_config
end

#model_explainability_job_inputTypes::ModelExplainabilityJobInput

Returns the value of attribute model_explainability_job_input.



4779
4780
4781
# File 'sig/types.rbs', line 4779

def model_explainability_job_input
  @model_explainability_job_input
end

#model_explainability_job_output_configTypes::MonitoringOutputConfig

Returns the value of attribute model_explainability_job_output_config.



4780
4781
4782
# File 'sig/types.rbs', line 4780

def model_explainability_job_output_config
  @model_explainability_job_output_config
end

#network_configTypes::MonitoringNetworkConfig

Returns the value of attribute network_config.



4782
4783
4784
# File 'sig/types.rbs', line 4782

def network_config
  @network_config
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


4783
4784
4785
# File 'sig/types.rbs', line 4783

def role_arn
  @role_arn
end

#stopping_conditionTypes::MonitoringStoppingCondition

Returns the value of attribute stopping_condition.



4784
4785
4786
# File 'sig/types.rbs', line 4784

def stopping_condition
  @stopping_condition
end