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.

Returns:



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

def algorithm_specification
  @algorithm_specification
end

#checkpoint_configTypes::CheckpointConfig

Returns the value of attribute checkpoint_config.

Returns:



2899
2900
2901
# File 'sig/types.rbs', line 2899

def checkpoint_config
  @checkpoint_config
end

#debug_hook_configTypes::DebugHookConfig

Returns the value of attribute debug_hook_config.

Returns:



2900
2901
2902
# File 'sig/types.rbs', line 2900

def debug_hook_config
  @debug_hook_config
end

#debug_rule_configurations::Array[Types::DebugRuleConfiguration]

Returns the value of attribute debug_rule_configurations.

Returns:



2901
2902
2903
# File 'sig/types.rbs', line 2901

def debug_rule_configurations
  @debug_rule_configurations
end

#enable_inter_container_traffic_encryptionBoolean

Returns the value of attribute enable_inter_container_traffic_encryption.

Returns:



2897
2898
2899
# File 'sig/types.rbs', line 2897

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:



2898
2899
2900
# File 'sig/types.rbs', line 2898

def enable_managed_spot_training
  @enable_managed_spot_training
end

#enable_network_isolationBoolean

Returns the value of attribute enable_network_isolation.

Returns:



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

def enable_network_isolation
  @enable_network_isolation
end

#environment::Hash[::String, ::String]

Returns the value of attribute environment.

Returns:



2906
2907
2908
# File 'sig/types.rbs', line 2906

def environment
  @environment
end

#experiment_configTypes::ExperimentConfig

Returns the value of attribute experiment_config.

Returns:



2903
2904
2905
# File 'sig/types.rbs', line 2903

def experiment_config
  @experiment_config
end

#hyper_parameters::Hash[::String, ::String]

Returns the value of attribute hyper_parameters.

Returns:



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

def hyper_parameters
  @hyper_parameters
end

#infra_check_configTypes::InfraCheckConfig

Returns the value of attribute infra_check_config.

Returns:



2909
2910
2911
# File 'sig/types.rbs', line 2909

def infra_check_config
  @infra_check_config
end

#input_data_config::Array[Types::Channel]

Returns the value of attribute input_data_config.

Returns:



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

def input_data_config
  @input_data_config
end

#mlflow_configTypes::MlflowConfig

Returns the value of attribute mlflow_config.

Returns:



2912
2913
2914
# File 'sig/types.rbs', line 2912

def mlflow_config
  @mlflow_config
end

#model_package_configTypes::ModelPackageConfig

Returns the value of attribute model_package_config.

Returns:



2913
2914
2915
# File 'sig/types.rbs', line 2913

def model_package_config
  @model_package_config
end

#output_data_configTypes::OutputDataConfig

Returns the value of attribute output_data_config.

Returns:



2891
2892
2893
# File 'sig/types.rbs', line 2891

def output_data_config
  @output_data_config
end

#profiler_configTypes::ProfilerConfig

Returns the value of attribute profiler_config.

Returns:



2904
2905
2906
# File 'sig/types.rbs', line 2904

def profiler_config
  @profiler_config
end

#profiler_rule_configurations::Array[Types::ProfilerRuleConfiguration]

Returns the value of attribute profiler_rule_configurations.

Returns:



2905
2906
2907
# File 'sig/types.rbs', line 2905

def profiler_rule_configurations
  @profiler_rule_configurations
end

#remote_debug_configTypes::RemoteDebugConfig

Returns the value of attribute remote_debug_config.

Returns:



2908
2909
2910
# File 'sig/types.rbs', line 2908

def remote_debug_config
  @remote_debug_config
end

#resource_configTypes::ResourceConfig

Returns the value of attribute resource_config.

Returns:



2892
2893
2894
# File 'sig/types.rbs', line 2892

def resource_config
  @resource_config
end

#retry_strategyTypes::RetryStrategy

Returns the value of attribute retry_strategy.

Returns:



2907
2908
2909
# File 'sig/types.rbs', line 2907

def retry_strategy
  @retry_strategy
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:



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

def role_arn
  @role_arn
end

#serverless_job_configTypes::ServerlessJobConfig

Returns the value of attribute serverless_job_config.

Returns:



2911
2912
2913
# File 'sig/types.rbs', line 2911

def serverless_job_config
  @serverless_job_config
end

#session_chaining_configTypes::SessionChainingConfig

Returns the value of attribute session_chaining_config.

Returns:



2910
2911
2912
# File 'sig/types.rbs', line 2910

def session_chaining_config
  @session_chaining_config
end

#stopping_conditionTypes::StoppingCondition

Returns the value of attribute stopping_condition.

Returns:



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

def stopping_condition
  @stopping_condition
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



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

def tags
  @tags
end

#tensor_board_output_configTypes::TensorBoardOutputConfig

Returns the value of attribute tensor_board_output_config.

Returns:



2902
2903
2904
# File 'sig/types.rbs', line 2902

def tensor_board_output_config
  @tensor_board_output_config
end

#training_job_name::String

Returns the value of attribute training_job_name.

Returns:



2886
2887
2888
# File 'sig/types.rbs', line 2886

def training_job_name
  @training_job_name
end

#vpc_configTypes::VpcConfig

Returns the value of attribute vpc_config.

Returns:



2893
2894
2895
# File 'sig/types.rbs', line 2893

def vpc_config
  @vpc_config
end