Class: Aws::Types::CreateTrainingJobRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#algorithm_specificationTypes::AlgorithmSpecification

Returns the value of attribute algorithm_specification.



2871
2872
2873
# File 'sig/types.rbs', line 2871

def algorithm_specification
  @algorithm_specification
end

#checkpoint_configTypes::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_configTypes::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.

Returns:



2884
2885
2886
# File 'sig/types.rbs', line 2884

def debug_rule_configurations
  @debug_rule_configurations
end

#enable_inter_container_traffic_encryptionBoolean

Returns the value of attribute enable_inter_container_traffic_encryption.

Returns:

  • (Boolean)


2880
2881
2882
# File 'sig/types.rbs', line 2880

def enable_inter_container_traffic_encryption
  @enable_inter_container_traffic_encryption
end

#enable_managed_spot_trainingBoolean

Returns the value of attribute enable_managed_spot_training.

Returns:

  • (Boolean)


2881
2882
2883
# File 'sig/types.rbs', line 2881

def enable_managed_spot_training
  @enable_managed_spot_training
end

#enable_network_isolationBoolean

Returns the value of attribute enable_network_isolation.

Returns:

  • (Boolean)


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.

Returns:

  • (::Hash[::String, ::String])


2889
2890
2891
# File 'sig/types.rbs', line 2889

def environment
  @environment
end

#experiment_configTypes::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.

Returns:

  • (::Hash[::String, ::String])


2870
2871
2872
# File 'sig/types.rbs', line 2870

def hyper_parameters
  @hyper_parameters
end

#infra_check_configTypes::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.

Returns:



2873
2874
2875
# File 'sig/types.rbs', line 2873

def input_data_config
  @input_data_config
end

#mlflow_configTypes::MlflowConfig

Returns the value of attribute mlflow_config.

Returns:



2895
2896
2897
# File 'sig/types.rbs', line 2895

def mlflow_config
  @mlflow_config
end

#model_package_configTypes::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_configTypes::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_configTypes::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.

Returns:



2888
2889
2890
# File 'sig/types.rbs', line 2888

def profiler_rule_configurations
  @profiler_rule_configurations
end

#remote_debug_configTypes::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_configTypes::ResourceConfig

Returns the value of attribute resource_config.



2875
2876
2877
# File 'sig/types.rbs', line 2875

def resource_config
  @resource_config
end

#retry_strategyTypes::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.

Returns:

  • (::String)


2872
2873
2874
# File 'sig/types.rbs', line 2872

def role_arn
  @role_arn
end

#serverless_job_configTypes::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_configTypes::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_conditionTypes::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.

Returns:



2878
2879
2880
# File 'sig/types.rbs', line 2878

def tags
  @tags
end

#tensor_board_output_configTypes::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.

Returns:

  • (::String)


2869
2870
2871
# File 'sig/types.rbs', line 2869

def training_job_name
  @training_job_name
end

#vpc_configTypes::VpcConfig

Returns the value of attribute vpc_config.

Returns:



2876
2877
2878
# File 'sig/types.rbs', line 2876

def vpc_config
  @vpc_config
end