Class: Aws::Types::TrainingJob
- Inherits:
-
Object
- Object
- Aws::Types::TrainingJob
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#algorithm_specification ⇒ Types::AlgorithmSpecification
Returns the value of attribute algorithm_specification.
-
#auto_ml_job_arn ⇒ ::String
Returns the value of attribute auto_ml_job_arn.
-
#billable_time_in_seconds ⇒ ::Integer
Returns the value of attribute billable_time_in_seconds.
-
#checkpoint_config ⇒ Types::CheckpointConfig
Returns the value of attribute checkpoint_config.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#debug_hook_config ⇒ Types::DebugHookConfig
Returns the value of attribute debug_hook_config.
-
#debug_rule_configurations ⇒ ::Array[Types::DebugRuleConfiguration]
Returns the value of attribute debug_rule_configurations.
-
#debug_rule_evaluation_statuses ⇒ ::Array[Types::DebugRuleEvaluationStatus]
Returns the value of attribute debug_rule_evaluation_statuses.
-
#enable_inter_container_traffic_encryption ⇒ Boolean
Returns the value of attribute enable_inter_container_traffic_encryption.
-
#enable_managed_spot_training ⇒ Boolean
Returns the value of attribute enable_managed_spot_training.
-
#enable_network_isolation ⇒ Boolean
Returns the value of attribute enable_network_isolation.
-
#environment ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment.
-
#experiment_config ⇒ Types::ExperimentConfig
Returns the value of attribute experiment_config.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#final_metric_data_list ⇒ ::Array[Types::MetricData]
Returns the value of attribute final_metric_data_list.
-
#hyper_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute hyper_parameters.
-
#input_data_config ⇒ ::Array[Types::Channel]
Returns the value of attribute input_data_config.
-
#labeling_job_arn ⇒ ::String
Returns the value of attribute labeling_job_arn.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#model_artifacts ⇒ Types::ModelArtifacts
Returns the value of attribute model_artifacts.
-
#model_package_config ⇒ Types::ModelPackageConfig
Returns the value of attribute model_package_config.
-
#output_data_config ⇒ Types::OutputDataConfig
Returns the value of attribute output_data_config.
-
#output_model_package_arn ⇒ ::String
Returns the value of attribute output_model_package_arn.
-
#profiler_config ⇒ Types::ProfilerConfig
Returns the value of attribute profiler_config.
-
#resource_config ⇒ Types::ResourceConfig
Returns the value of attribute resource_config.
-
#retry_strategy ⇒ Types::RetryStrategy
Returns the value of attribute retry_strategy.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#secondary_status ⇒ "Starting", ...
Returns the value of attribute secondary_status.
-
#secondary_status_transitions ⇒ ::Array[Types::SecondaryStatusTransition]
Returns the value of attribute secondary_status_transitions.
-
#stopping_condition ⇒ Types::StoppingCondition
Returns the value of attribute stopping_condition.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#tensor_board_output_config ⇒ Types::TensorBoardOutputConfig
Returns the value of attribute tensor_board_output_config.
-
#training_end_time ⇒ ::Time
Returns the value of attribute training_end_time.
-
#training_job_arn ⇒ ::String
Returns the value of attribute training_job_arn.
-
#training_job_name ⇒ ::String
Returns the value of attribute training_job_name.
-
#training_job_status ⇒ "InProgress", ...
Returns the value of attribute training_job_status.
-
#training_start_time ⇒ ::Time
Returns the value of attribute training_start_time.
-
#training_time_in_seconds ⇒ ::Integer
Returns the value of attribute training_time_in_seconds.
-
#tuning_job_arn ⇒ ::String
Returns the value of attribute tuning_job_arn.
-
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
-
#warm_pool_status ⇒ Types::WarmPoolStatus
Returns the value of attribute warm_pool_status.
Instance Attribute Details
#algorithm_specification ⇒ Types::AlgorithmSpecification
Returns the value of attribute algorithm_specification.
11438 11439 11440 |
# File 'sig/types.rbs', line 11438 def algorithm_specification @algorithm_specification end |
#auto_ml_job_arn ⇒ ::String
Returns the value of attribute auto_ml_job_arn.
11432 11433 11434 |
# File 'sig/types.rbs', line 11432 def auto_ml_job_arn @auto_ml_job_arn end |
#billable_time_in_seconds ⇒ ::Integer
Returns the value of attribute billable_time_in_seconds.
11457 11458 11459 |
# File 'sig/types.rbs', line 11457 def billable_time_in_seconds @billable_time_in_seconds end |
#checkpoint_config ⇒ Types::CheckpointConfig
Returns the value of attribute checkpoint_config.
11455 11456 11457 |
# File 'sig/types.rbs', line 11455 def checkpoint_config @checkpoint_config end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
11446 11447 11448 |
# File 'sig/types.rbs', line 11446 def creation_time @creation_time end |
#debug_hook_config ⇒ Types::DebugHookConfig
Returns the value of attribute debug_hook_config.
11458 11459 11460 |
# File 'sig/types.rbs', line 11458 def debug_hook_config @debug_hook_config end |
#debug_rule_configurations ⇒ ::Array[Types::DebugRuleConfiguration]
Returns the value of attribute debug_rule_configurations.
11460 11461 11462 |
# File 'sig/types.rbs', line 11460 def debug_rule_configurations @debug_rule_configurations end |
#debug_rule_evaluation_statuses ⇒ ::Array[Types::DebugRuleEvaluationStatus]
Returns the value of attribute debug_rule_evaluation_statuses.
11462 11463 11464 |
# File 'sig/types.rbs', line 11462 def debug_rule_evaluation_statuses @debug_rule_evaluation_statuses end |
#enable_inter_container_traffic_encryption ⇒ Boolean
Returns the value of attribute enable_inter_container_traffic_encryption.
11453 11454 11455 |
# File 'sig/types.rbs', line 11453 def enable_inter_container_traffic_encryption @enable_inter_container_traffic_encryption end |
#enable_managed_spot_training ⇒ Boolean
Returns the value of attribute enable_managed_spot_training.
11454 11455 11456 |
# File 'sig/types.rbs', line 11454 def enable_managed_spot_training @enable_managed_spot_training end |
#enable_network_isolation ⇒ Boolean
Returns the value of attribute enable_network_isolation.
11452 11453 11454 |
# File 'sig/types.rbs', line 11452 def enable_network_isolation @enable_network_isolation end |
#environment ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment.
11466 11467 11468 |
# File 'sig/types.rbs', line 11466 def environment @environment end |
#experiment_config ⇒ Types::ExperimentConfig
Returns the value of attribute experiment_config.
11459 11460 11461 |
# File 'sig/types.rbs', line 11459 def experiment_config @experiment_config end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
11436 11437 11438 |
# File 'sig/types.rbs', line 11436 def failure_reason @failure_reason end |
#final_metric_data_list ⇒ ::Array[Types::MetricData]
Returns the value of attribute final_metric_data_list.
11451 11452 11453 |
# File 'sig/types.rbs', line 11451 def final_metric_data_list @final_metric_data_list end |
#hyper_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute hyper_parameters.
11437 11438 11439 |
# File 'sig/types.rbs', line 11437 def hyper_parameters @hyper_parameters end |
#input_data_config ⇒ ::Array[Types::Channel]
Returns the value of attribute input_data_config.
11440 11441 11442 |
# File 'sig/types.rbs', line 11440 def input_data_config @input_data_config end |
#labeling_job_arn ⇒ ::String
Returns the value of attribute labeling_job_arn.
11431 11432 11433 |
# File 'sig/types.rbs', line 11431 def labeling_job_arn @labeling_job_arn end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
11449 11450 11451 |
# File 'sig/types.rbs', line 11449 def last_modified_time @last_modified_time end |
#model_artifacts ⇒ Types::ModelArtifacts
Returns the value of attribute model_artifacts.
11433 11434 11435 |
# File 'sig/types.rbs', line 11433 def model_artifacts @model_artifacts end |
#model_package_config ⇒ Types::ModelPackageConfig
Returns the value of attribute model_package_config.
11464 11465 11466 |
# File 'sig/types.rbs', line 11464 def model_package_config @model_package_config end |
#output_data_config ⇒ Types::OutputDataConfig
Returns the value of attribute output_data_config.
11441 11442 11443 |
# File 'sig/types.rbs', line 11441 def output_data_config @output_data_config end |
#output_model_package_arn ⇒ ::String
Returns the value of attribute output_model_package_arn.
11463 11464 11465 |
# File 'sig/types.rbs', line 11463 def output_model_package_arn @output_model_package_arn end |
#profiler_config ⇒ Types::ProfilerConfig
Returns the value of attribute profiler_config.
11465 11466 11467 |
# File 'sig/types.rbs', line 11465 def profiler_config @profiler_config end |
#resource_config ⇒ Types::ResourceConfig
Returns the value of attribute resource_config.
11442 11443 11444 |
# File 'sig/types.rbs', line 11442 def resource_config @resource_config end |
#retry_strategy ⇒ Types::RetryStrategy
Returns the value of attribute retry_strategy.
11467 11468 11469 |
# File 'sig/types.rbs', line 11467 def retry_strategy @retry_strategy end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
11439 11440 11441 |
# File 'sig/types.rbs', line 11439 def role_arn @role_arn end |
#secondary_status ⇒ "Starting", ...
Returns the value of attribute secondary_status.
11435 11436 11437 |
# File 'sig/types.rbs', line 11435 def secondary_status @secondary_status end |
#secondary_status_transitions ⇒ ::Array[Types::SecondaryStatusTransition]
Returns the value of attribute secondary_status_transitions.
11450 11451 11452 |
# File 'sig/types.rbs', line 11450 def secondary_status_transitions @secondary_status_transitions end |
#stopping_condition ⇒ Types::StoppingCondition
Returns the value of attribute stopping_condition.
11445 11446 11447 |
# File 'sig/types.rbs', line 11445 def stopping_condition @stopping_condition end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
11468 11469 11470 |
# File 'sig/types.rbs', line 11468 def @tags end |
#tensor_board_output_config ⇒ Types::TensorBoardOutputConfig
Returns the value of attribute tensor_board_output_config.
11461 11462 11463 |
# File 'sig/types.rbs', line 11461 def tensor_board_output_config @tensor_board_output_config end |
#training_end_time ⇒ ::Time
Returns the value of attribute training_end_time.
11448 11449 11450 |
# File 'sig/types.rbs', line 11448 def training_end_time @training_end_time end |
#training_job_arn ⇒ ::String
Returns the value of attribute training_job_arn.
11429 11430 11431 |
# File 'sig/types.rbs', line 11429 def training_job_arn @training_job_arn end |
#training_job_name ⇒ ::String
Returns the value of attribute training_job_name.
11428 11429 11430 |
# File 'sig/types.rbs', line 11428 def training_job_name @training_job_name end |
#training_job_status ⇒ "InProgress", ...
Returns the value of attribute training_job_status.
11434 11435 11436 |
# File 'sig/types.rbs', line 11434 def training_job_status @training_job_status end |
#training_start_time ⇒ ::Time
Returns the value of attribute training_start_time.
11447 11448 11449 |
# File 'sig/types.rbs', line 11447 def training_start_time @training_start_time end |
#training_time_in_seconds ⇒ ::Integer
Returns the value of attribute training_time_in_seconds.
11456 11457 11458 |
# File 'sig/types.rbs', line 11456 def training_time_in_seconds @training_time_in_seconds end |
#tuning_job_arn ⇒ ::String
Returns the value of attribute tuning_job_arn.
11430 11431 11432 |
# File 'sig/types.rbs', line 11430 def tuning_job_arn @tuning_job_arn end |
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
11444 11445 11446 |
# File 'sig/types.rbs', line 11444 def vpc_config @vpc_config end |
#warm_pool_status ⇒ Types::WarmPoolStatus
Returns the value of attribute warm_pool_status.
11443 11444 11445 |
# File 'sig/types.rbs', line 11443 def warm_pool_status @warm_pool_status end |