Class: Aws::Types::CreateTrialRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


2962
2963
2964
# File 'sig/types.rbs', line 2962

def display_name
  @display_name
end

#experiment_name::String

Returns the value of attribute experiment_name.

Returns:

  • (::String)


2963
2964
2965
# File 'sig/types.rbs', line 2963

def experiment_name
  @experiment_name
end

#metadata_propertiesTypes::MetadataProperties

Returns the value of attribute metadata_properties.



2964
2965
2966
# File 'sig/types.rbs', line 2964

def 
  @metadata_properties
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2965
2966
2967
# File 'sig/types.rbs', line 2965

def tags
  @tags
end

#trial_name::String

Returns the value of attribute trial_name.

Returns:

  • (::String)


2961
2962
2963
# File 'sig/types.rbs', line 2961

def trial_name
  @trial_name
end