Class: Aws::Types::DescribeTrainingJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTrainingJobResponse
- 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.
-
#billable_token_count ⇒ ::Integer
Returns the value of attribute billable_token_count.
-
#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.
-
#infra_check_config ⇒ Types::InfraCheckConfig
Returns the value of attribute infra_check_config.
-
#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.
-
#mlflow_config ⇒ Types::MlflowConfig
Returns the value of attribute mlflow_config.
-
#mlflow_details ⇒ Types::MlflowDetails
Returns the value of attribute mlflow_details.
-
#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.
-
#profiler_rule_configurations ⇒ ::Array[Types::ProfilerRuleConfiguration]
Returns the value of attribute profiler_rule_configurations.
-
#profiler_rule_evaluation_statuses ⇒ ::Array[Types::ProfilerRuleEvaluationStatus]
Returns the value of attribute profiler_rule_evaluation_statuses.
-
#profiling_status ⇒ "Enabled", "Disabled"
Returns the value of attribute profiling_status.
-
#progress_info ⇒ Types::TrainingProgressInfo
Returns the value of attribute progress_info.
-
#remote_debug_config ⇒ Types::RemoteDebugConfig
Returns the value of attribute remote_debug_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.
-
#serverless_job_config ⇒ Types::ServerlessJobConfig
Returns the value of attribute serverless_job_config.
-
#stopping_condition ⇒ Types::StoppingCondition
Returns the value of attribute stopping_condition.
-
#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.
5187 5188 5189 |
# File 'sig/types.rbs', line 5187 def algorithm_specification @algorithm_specification end |
#auto_ml_job_arn ⇒ ::String
Returns the value of attribute auto_ml_job_arn.
5181 5182 5183 |
# File 'sig/types.rbs', line 5181 def auto_ml_job_arn @auto_ml_job_arn end |
#billable_time_in_seconds ⇒ ::Integer
Returns the value of attribute billable_time_in_seconds.
5206 5207 5208 |
# File 'sig/types.rbs', line 5206 def billable_time_in_seconds @billable_time_in_seconds end |
#billable_token_count ⇒ ::Integer
Returns the value of attribute billable_token_count.
5207 5208 5209 |
# File 'sig/types.rbs', line 5207 def billable_token_count @billable_token_count end |
#checkpoint_config ⇒ Types::CheckpointConfig
Returns the value of attribute checkpoint_config.
5204 5205 5206 |
# File 'sig/types.rbs', line 5204 def checkpoint_config @checkpoint_config end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
5195 5196 5197 |
# File 'sig/types.rbs', line 5195 def creation_time @creation_time end |
#debug_hook_config ⇒ Types::DebugHookConfig
Returns the value of attribute debug_hook_config.
5208 5209 5210 |
# File 'sig/types.rbs', line 5208 def debug_hook_config @debug_hook_config end |
#debug_rule_configurations ⇒ ::Array[Types::DebugRuleConfiguration]
Returns the value of attribute debug_rule_configurations.
5210 5211 5212 |
# File 'sig/types.rbs', line 5210 def debug_rule_configurations @debug_rule_configurations end |
#debug_rule_evaluation_statuses ⇒ ::Array[Types::DebugRuleEvaluationStatus]
Returns the value of attribute debug_rule_evaluation_statuses.
5212 5213 5214 |
# File 'sig/types.rbs', line 5212 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.
5202 5203 5204 |
# File 'sig/types.rbs', line 5202 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.
5203 5204 5205 |
# File 'sig/types.rbs', line 5203 def enable_managed_spot_training @enable_managed_spot_training end |
#enable_network_isolation ⇒ Boolean
Returns the value of attribute enable_network_isolation.
5201 5202 5203 |
# File 'sig/types.rbs', line 5201 def enable_network_isolation @enable_network_isolation end |
#environment ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment.
5217 5218 5219 |
# File 'sig/types.rbs', line 5217 def environment @environment end |
#experiment_config ⇒ Types::ExperimentConfig
Returns the value of attribute experiment_config.
5209 5210 5211 |
# File 'sig/types.rbs', line 5209 def experiment_config @experiment_config end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
5185 5186 5187 |
# File 'sig/types.rbs', line 5185 def failure_reason @failure_reason end |
#final_metric_data_list ⇒ ::Array[Types::MetricData]
Returns the value of attribute final_metric_data_list.
5200 5201 5202 |
# File 'sig/types.rbs', line 5200 def final_metric_data_list @final_metric_data_list end |
#hyper_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute hyper_parameters.
5186 5187 5188 |
# File 'sig/types.rbs', line 5186 def hyper_parameters @hyper_parameters end |
#infra_check_config ⇒ Types::InfraCheckConfig
Returns the value of attribute infra_check_config.
5220 5221 5222 |
# File 'sig/types.rbs', line 5220 def infra_check_config @infra_check_config end |
#input_data_config ⇒ ::Array[Types::Channel]
Returns the value of attribute input_data_config.
5189 5190 5191 |
# File 'sig/types.rbs', line 5189 def input_data_config @input_data_config end |
#labeling_job_arn ⇒ ::String
Returns the value of attribute labeling_job_arn.
5180 5181 5182 |
# File 'sig/types.rbs', line 5180 def labeling_job_arn @labeling_job_arn end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
5198 5199 5200 |
# File 'sig/types.rbs', line 5198 def last_modified_time @last_modified_time end |
#mlflow_config ⇒ Types::MlflowConfig
Returns the value of attribute mlflow_config.
5222 5223 5224 |
# File 'sig/types.rbs', line 5222 def mlflow_config @mlflow_config end |
#mlflow_details ⇒ Types::MlflowDetails
Returns the value of attribute mlflow_details.
5224 5225 5226 |
# File 'sig/types.rbs', line 5224 def mlflow_details @mlflow_details end |
#model_artifacts ⇒ Types::ModelArtifacts
Returns the value of attribute model_artifacts.
5182 5183 5184 |
# File 'sig/types.rbs', line 5182 def model_artifacts @model_artifacts end |
#model_package_config ⇒ Types::ModelPackageConfig
Returns the value of attribute model_package_config.
5223 5224 5225 |
# File 'sig/types.rbs', line 5223 def model_package_config @model_package_config end |
#output_data_config ⇒ Types::OutputDataConfig
Returns the value of attribute output_data_config.
5190 5191 5192 |
# File 'sig/types.rbs', line 5190 def output_data_config @output_data_config end |
#output_model_package_arn ⇒ ::String
Returns the value of attribute output_model_package_arn.
5226 5227 5228 |
# File 'sig/types.rbs', line 5226 def output_model_package_arn @output_model_package_arn end |
#profiler_config ⇒ Types::ProfilerConfig
Returns the value of attribute profiler_config.
5213 5214 5215 |
# File 'sig/types.rbs', line 5213 def profiler_config @profiler_config end |
#profiler_rule_configurations ⇒ ::Array[Types::ProfilerRuleConfiguration]
Returns the value of attribute profiler_rule_configurations.
5214 5215 5216 |
# File 'sig/types.rbs', line 5214 def profiler_rule_configurations @profiler_rule_configurations end |
#profiler_rule_evaluation_statuses ⇒ ::Array[Types::ProfilerRuleEvaluationStatus]
Returns the value of attribute profiler_rule_evaluation_statuses.
5215 5216 5217 |
# File 'sig/types.rbs', line 5215 def profiler_rule_evaluation_statuses @profiler_rule_evaluation_statuses end |
#profiling_status ⇒ "Enabled", "Disabled"
Returns the value of attribute profiling_status.
5216 5217 5218 |
# File 'sig/types.rbs', line 5216 def profiling_status @profiling_status end |
#progress_info ⇒ Types::TrainingProgressInfo
Returns the value of attribute progress_info.
5225 5226 5227 |
# File 'sig/types.rbs', line 5225 def progress_info @progress_info end |
#remote_debug_config ⇒ Types::RemoteDebugConfig
Returns the value of attribute remote_debug_config.
5219 5220 5221 |
# File 'sig/types.rbs', line 5219 def remote_debug_config @remote_debug_config end |
#resource_config ⇒ Types::ResourceConfig
Returns the value of attribute resource_config.
5191 5192 5193 |
# File 'sig/types.rbs', line 5191 def resource_config @resource_config end |
#retry_strategy ⇒ Types::RetryStrategy
Returns the value of attribute retry_strategy.
5218 5219 5220 |
# File 'sig/types.rbs', line 5218 def retry_strategy @retry_strategy end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
5188 5189 5190 |
# File 'sig/types.rbs', line 5188 def role_arn @role_arn end |
#secondary_status ⇒ "Starting", ...
Returns the value of attribute secondary_status.
5184 5185 5186 |
# File 'sig/types.rbs', line 5184 def secondary_status @secondary_status end |
#secondary_status_transitions ⇒ ::Array[Types::SecondaryStatusTransition]
Returns the value of attribute secondary_status_transitions.
5199 5200 5201 |
# File 'sig/types.rbs', line 5199 def secondary_status_transitions @secondary_status_transitions end |
#serverless_job_config ⇒ Types::ServerlessJobConfig
Returns the value of attribute serverless_job_config.
5221 5222 5223 |
# File 'sig/types.rbs', line 5221 def serverless_job_config @serverless_job_config end |
#stopping_condition ⇒ Types::StoppingCondition
Returns the value of attribute stopping_condition.
5194 5195 5196 |
# File 'sig/types.rbs', line 5194 def stopping_condition @stopping_condition end |
#tensor_board_output_config ⇒ Types::TensorBoardOutputConfig
Returns the value of attribute tensor_board_output_config.
5211 5212 5213 |
# File 'sig/types.rbs', line 5211 def tensor_board_output_config @tensor_board_output_config end |
#training_end_time ⇒ ::Time
Returns the value of attribute training_end_time.
5197 5198 5199 |
# File 'sig/types.rbs', line 5197 def training_end_time @training_end_time end |
#training_job_arn ⇒ ::String
Returns the value of attribute training_job_arn.
5178 5179 5180 |
# File 'sig/types.rbs', line 5178 def training_job_arn @training_job_arn end |
#training_job_name ⇒ ::String
Returns the value of attribute training_job_name.
5177 5178 5179 |
# File 'sig/types.rbs', line 5177 def training_job_name @training_job_name end |
#training_job_status ⇒ "InProgress", ...
Returns the value of attribute training_job_status.
5183 5184 5185 |
# File 'sig/types.rbs', line 5183 def training_job_status @training_job_status end |
#training_start_time ⇒ ::Time
Returns the value of attribute training_start_time.
5196 5197 5198 |
# File 'sig/types.rbs', line 5196 def training_start_time @training_start_time end |
#training_time_in_seconds ⇒ ::Integer
Returns the value of attribute training_time_in_seconds.
5205 5206 5207 |
# File 'sig/types.rbs', line 5205 def training_time_in_seconds @training_time_in_seconds end |
#tuning_job_arn ⇒ ::String
Returns the value of attribute tuning_job_arn.
5179 5180 5181 |
# File 'sig/types.rbs', line 5179 def tuning_job_arn @tuning_job_arn end |
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
5193 5194 5195 |
# File 'sig/types.rbs', line 5193 def vpc_config @vpc_config end |
#warm_pool_status ⇒ Types::WarmPoolStatus
Returns the value of attribute warm_pool_status.
5192 5193 5194 |
# File 'sig/types.rbs', line 5192 def warm_pool_status @warm_pool_status end |