Class: Aws::Types::SearchTrainingPlanOfferingsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#duration_hours::Integer

Returns the value of attribute duration_hours.

Returns:

  • (::Integer)


10778
10779
10780
# File 'sig/types.rbs', line 10778

def duration_hours
  @duration_hours
end

#end_time_before::Time

Returns the value of attribute end_time_before.

Returns:

  • (::Time)


10777
10778
10779
# File 'sig/types.rbs', line 10777

def end_time_before
  @end_time_before
end

#instance_count::Integer

Returns the value of attribute instance_count.

Returns:

  • (::Integer)


10773
10774
10775
# File 'sig/types.rbs', line 10773

def instance_count
  @instance_count
end

#instance_type"ml.p4d.24xlarge", ...

Returns the value of attribute instance_type.

Returns:

  • ("ml.p4d.24xlarge", "ml.p5.48xlarge", "ml.p5e.48xlarge", "ml.p5en.48xlarge", "ml.trn1.32xlarge", "ml.trn2.48xlarge", "ml.p6-b200.48xlarge", "ml.p4de.24xlarge", "ml.p6e-gb200.36xlarge", "ml.p5.4xlarge", "ml.p6-b300.48xlarge")


10772
10773
10774
# File 'sig/types.rbs', line 10772

def instance_type
  @instance_type
end

#start_time_after::Time

Returns the value of attribute start_time_after.

Returns:

  • (::Time)


10776
10777
10778
# File 'sig/types.rbs', line 10776

def start_time_after
  @start_time_after
end

#target_resources::Array[("training-job" | "hyperpod-cluster" | "endpoint" | "studio-apps")]

Returns the value of attribute target_resources.

Returns:

  • (::Array[("training-job" | "hyperpod-cluster" | "endpoint" | "studio-apps")])


10779
10780
10781
# File 'sig/types.rbs', line 10779

def target_resources
  @target_resources
end

#training_plan_arn::String

Returns the value of attribute training_plan_arn.

Returns:

  • (::String)


10780
10781
10782
# File 'sig/types.rbs', line 10780

def training_plan_arn
  @training_plan_arn
end

#ultra_server_count::Integer

Returns the value of attribute ultra_server_count.

Returns:

  • (::Integer)


10775
10776
10777
# File 'sig/types.rbs', line 10775

def ultra_server_count
  @ultra_server_count
end

#ultra_server_type::String

Returns the value of attribute ultra_server_type.

Returns:

  • (::String)


10774
10775
10776
# File 'sig/types.rbs', line 10774

def ultra_server_type
  @ultra_server_type
end