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)


1815
1816
1817
# File 'sig/types.rbs', line 1815

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)


1818
1819
1820
# File 'sig/types.rbs', line 1818

def ai_workload_config_identifier
  @ai_workload_config_identifier
end

#benchmark_targetTypes::AIBenchmarkTarget

Returns the value of attribute benchmark_target.



1816
1817
1818
# File 'sig/types.rbs', line 1816

def benchmark_target
  @benchmark_target
end

#network_configTypes::AIBenchmarkNetworkConfig

Returns the value of attribute network_config.



1820
1821
1822
# File 'sig/types.rbs', line 1820

def network_config
  @network_config
end

#output_configTypes::AIBenchmarkOutputConfig

Returns the value of attribute output_config.



1817
1818
1819
# File 'sig/types.rbs', line 1817

def output_config
  @output_config
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1819
1820
1821
# File 'sig/types.rbs', line 1819

def role_arn
  @role_arn
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1821
1822
1823
# File 'sig/types.rbs', line 1821

def tags
  @tags
end