Class: Aws::Types::DescribeAlgorithmOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#algorithm_arn::String

Returns the value of attribute algorithm_arn.

Returns:

  • (::String)


3787
3788
3789
# File 'sig/types.rbs', line 3787

def algorithm_arn
  @algorithm_arn
end

#algorithm_description::String

Returns the value of attribute algorithm_description.

Returns:

  • (::String)


3788
3789
3790
# File 'sig/types.rbs', line 3788

def algorithm_description
  @algorithm_description
end

#algorithm_name::String

Returns the value of attribute algorithm_name.

Returns:

  • (::String)


3786
3787
3788
# File 'sig/types.rbs', line 3786

def algorithm_name
  @algorithm_name
end

#algorithm_status"Pending", ...

Returns the value of attribute algorithm_status.

Returns:

  • ("Pending", "InProgress", "Completed", "Failed", "Deleting")


3793
3794
3795
# File 'sig/types.rbs', line 3793

def algorithm_status
  @algorithm_status
end

#algorithm_status_detailsTypes::AlgorithmStatusDetails

Returns the value of attribute algorithm_status_details.



3794
3795
3796
# File 'sig/types.rbs', line 3794

def algorithm_status_details
  @algorithm_status_details
end

#certify_for_marketplaceBoolean

Returns the value of attribute certify_for_marketplace.

Returns:

  • (Boolean)


3796
3797
3798
# File 'sig/types.rbs', line 3796

def certify_for_marketplace
  @certify_for_marketplace
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


3789
3790
3791
# File 'sig/types.rbs', line 3789

def creation_time
  @creation_time
end

#inference_specificationTypes::InferenceSpecification

Returns the value of attribute inference_specification.



3791
3792
3793
# File 'sig/types.rbs', line 3791

def inference_specification
  @inference_specification
end

#product_id::String

Returns the value of attribute product_id.

Returns:

  • (::String)


3795
3796
3797
# File 'sig/types.rbs', line 3795

def product_id
  @product_id
end

#training_specificationTypes::TrainingSpecification

Returns the value of attribute training_specification.



3790
3791
3792
# File 'sig/types.rbs', line 3790

def training_specification
  @training_specification
end

#validation_specificationTypes::AlgorithmValidationSpecification

Returns the value of attribute validation_specification.



3792
3793
3794
# File 'sig/types.rbs', line 3792

def validation_specification
  @validation_specification
end