Class: Aws::Types::CreateTrainingJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTrainingJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#algorithm_specification ⇒ Types::AlgorithmSpecification
Returns the value of attribute algorithm_specification.
-
#checkpoint_config ⇒ Types::CheckpointConfig
Returns the value of attribute checkpoint_config.
-
#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.
-
#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.
-
#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.
-
#mlflow_config ⇒ Types::MlflowConfig
Returns the value of attribute mlflow_config.
-
#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.
-
#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.
-
#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.
-
#serverless_job_config ⇒ Types::ServerlessJobConfig
Returns the value of attribute serverless_job_config.
-
#session_chaining_config ⇒ Types::SessionChainingConfig
Returns the value of attribute session_chaining_config.
-
#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_job_name ⇒ ::String
Returns the value of attribute training_job_name.
-
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
Instance Attribute Details
#algorithm_specification ⇒ Types::AlgorithmSpecification
Returns the value of attribute algorithm_specification.
2871 2872 2873 |
# File 'sig/types.rbs', line 2871 def algorithm_specification @algorithm_specification end |
#checkpoint_config ⇒ Types::CheckpointConfig
Returns the value of attribute checkpoint_config.
2882 2883 2884 |
# File 'sig/types.rbs', line 2882 def checkpoint_config @checkpoint_config end |
#debug_hook_config ⇒ Types::DebugHookConfig
Returns the value of attribute debug_hook_config.
2883 2884 2885 |
# File 'sig/types.rbs', line 2883 def debug_hook_config @debug_hook_config end |
#debug_rule_configurations ⇒ ::Array[Types::DebugRuleConfiguration]
Returns the value of attribute debug_rule_configurations.
2884 2885 2886 |
# File 'sig/types.rbs', line 2884 def debug_rule_configurations @debug_rule_configurations end |
#enable_inter_container_traffic_encryption ⇒ Boolean
Returns the value of attribute enable_inter_container_traffic_encryption.
2880 2881 2882 |
# File 'sig/types.rbs', line 2880 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.
2881 2882 2883 |
# File 'sig/types.rbs', line 2881 def enable_managed_spot_training @enable_managed_spot_training end |
#enable_network_isolation ⇒ Boolean
Returns the value of attribute enable_network_isolation.
2879 2880 2881 |
# File 'sig/types.rbs', line 2879 def enable_network_isolation @enable_network_isolation end |
#environment ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment.
2889 2890 2891 |
# File 'sig/types.rbs', line 2889 def environment @environment end |
#experiment_config ⇒ Types::ExperimentConfig
Returns the value of attribute experiment_config.
2886 2887 2888 |
# File 'sig/types.rbs', line 2886 def experiment_config @experiment_config end |
#hyper_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute hyper_parameters.
2870 2871 2872 |
# File 'sig/types.rbs', line 2870 def hyper_parameters @hyper_parameters end |
#infra_check_config ⇒ Types::InfraCheckConfig
Returns the value of attribute infra_check_config.
2892 2893 2894 |
# File 'sig/types.rbs', line 2892 def infra_check_config @infra_check_config end |
#input_data_config ⇒ ::Array[Types::Channel]
Returns the value of attribute input_data_config.
2873 2874 2875 |
# File 'sig/types.rbs', line 2873 def input_data_config @input_data_config end |
#mlflow_config ⇒ Types::MlflowConfig
Returns the value of attribute mlflow_config.
2895 2896 2897 |
# File 'sig/types.rbs', line 2895 def mlflow_config @mlflow_config end |
#model_package_config ⇒ Types::ModelPackageConfig
Returns the value of attribute model_package_config.
2896 2897 2898 |
# File 'sig/types.rbs', line 2896 def model_package_config @model_package_config end |
#output_data_config ⇒ Types::OutputDataConfig
Returns the value of attribute output_data_config.
2874 2875 2876 |
# File 'sig/types.rbs', line 2874 def output_data_config @output_data_config end |
#profiler_config ⇒ Types::ProfilerConfig
Returns the value of attribute profiler_config.
2887 2888 2889 |
# File 'sig/types.rbs', line 2887 def profiler_config @profiler_config end |
#profiler_rule_configurations ⇒ ::Array[Types::ProfilerRuleConfiguration]
Returns the value of attribute profiler_rule_configurations.
2888 2889 2890 |
# File 'sig/types.rbs', line 2888 def profiler_rule_configurations @profiler_rule_configurations end |
#remote_debug_config ⇒ Types::RemoteDebugConfig
Returns the value of attribute remote_debug_config.
2891 2892 2893 |
# File 'sig/types.rbs', line 2891 def remote_debug_config @remote_debug_config end |
#resource_config ⇒ Types::ResourceConfig
Returns the value of attribute resource_config.
2875 2876 2877 |
# File 'sig/types.rbs', line 2875 def resource_config @resource_config end |
#retry_strategy ⇒ Types::RetryStrategy
Returns the value of attribute retry_strategy.
2890 2891 2892 |
# File 'sig/types.rbs', line 2890 def retry_strategy @retry_strategy end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2872 2873 2874 |
# File 'sig/types.rbs', line 2872 def role_arn @role_arn end |
#serverless_job_config ⇒ Types::ServerlessJobConfig
Returns the value of attribute serverless_job_config.
2894 2895 2896 |
# File 'sig/types.rbs', line 2894 def serverless_job_config @serverless_job_config end |
#session_chaining_config ⇒ Types::SessionChainingConfig
Returns the value of attribute session_chaining_config.
2893 2894 2895 |
# File 'sig/types.rbs', line 2893 def session_chaining_config @session_chaining_config end |
#stopping_condition ⇒ Types::StoppingCondition
Returns the value of attribute stopping_condition.
2877 2878 2879 |
# File 'sig/types.rbs', line 2877 def stopping_condition @stopping_condition end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2878 2879 2880 |
# File 'sig/types.rbs', line 2878 def @tags end |
#tensor_board_output_config ⇒ Types::TensorBoardOutputConfig
Returns the value of attribute tensor_board_output_config.
2885 2886 2887 |
# File 'sig/types.rbs', line 2885 def tensor_board_output_config @tensor_board_output_config end |
#training_job_name ⇒ ::String
Returns the value of attribute training_job_name.
2869 2870 2871 |
# File 'sig/types.rbs', line 2869 def training_job_name @training_job_name end |
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
2876 2877 2878 |
# File 'sig/types.rbs', line 2876 def vpc_config @vpc_config end |