Class: Aws::Types::CreateAIBenchmarkJobRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ai_benchmark_job_name::String

Returns the value of attribute ai_benchmark_job_name.

Returns:

  • (::String)


1830
1831
1832
# File 'sig/types.rbs', line 1830

def ai_benchmark_job_name
  @ai_benchmark_job_name
end

#ai_workload_config_identifier::String

Returns the value of attribute ai_workload_config_identifier.

Returns:

  • (::String)


1833
1834
1835
# File 'sig/types.rbs', line 1833

def ai_workload_config_identifier
  @ai_workload_config_identifier
end

#benchmark_targetTypes::AIBenchmarkTarget

Returns the value of attribute benchmark_target.



1831
1832
1833
# File 'sig/types.rbs', line 1831

def benchmark_target
  @benchmark_target
end

#network_configTypes::AIBenchmarkNetworkConfig

Returns the value of attribute network_config.



1835
1836
1837
# File 'sig/types.rbs', line 1835

def network_config
  @network_config
end

#output_configTypes::AIBenchmarkOutputConfig

Returns the value of attribute output_config.



1832
1833
1834
# File 'sig/types.rbs', line 1832

def output_config
  @output_config
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1834
1835
1836
# File 'sig/types.rbs', line 1834

def role_arn
  @role_arn
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1836
1837
1838
# File 'sig/types.rbs', line 1836

def tags
  @tags
end