Class: Aws::Types::AlgorithmValidationProfile

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#profile_name::String

Returns the value of attribute profile_name.

Returns:

  • (::String)


405
406
407
# File 'sig/types.rbs', line 405

def profile_name
  @profile_name
end

#training_job_definitionTypes::TrainingJobDefinition

Returns the value of attribute training_job_definition.



406
407
408
# File 'sig/types.rbs', line 406

def training_job_definition
  @training_job_definition
end

#transform_job_definitionTypes::TransformJobDefinition

Returns the value of attribute transform_job_definition.



407
408
409
# File 'sig/types.rbs', line 407

def transform_job_definition
  @transform_job_definition
end