Class: Aws::Types::ProjectVersionDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#base_model_version::String

Returns the value of attribute base_model_version.

Returns:

  • (::String)


1527
1528
1529
# File 'sig/types.rbs', line 1527

def base_model_version
  @base_model_version
end

#billable_training_time_in_seconds::Integer

Returns the value of attribute billable_training_time_in_seconds.

Returns:

  • (::Integer)


1515
1516
1517
# File 'sig/types.rbs', line 1515

def billable_training_time_in_seconds
  @billable_training_time_in_seconds
end

#creation_timestamp::Time

Returns the value of attribute creation_timestamp.

Returns:

  • (::Time)


1511
1512
1513
# File 'sig/types.rbs', line 1511

def creation_timestamp
  @creation_timestamp
end

#evaluation_resultTypes::EvaluationResult

Returns the value of attribute evaluation_result.



1520
1521
1522
# File 'sig/types.rbs', line 1520

def evaluation_result
  @evaluation_result
end

#feature"CONTENT_MODERATION", "CUSTOM_LABELS"

Returns the value of attribute feature.

Returns:

  • ("CONTENT_MODERATION", "CUSTOM_LABELS")


1526
1527
1528
# File 'sig/types.rbs', line 1526

def feature
  @feature
end

#feature_configTypes::CustomizationFeatureConfig

Returns the value of attribute feature_config.



1528
1529
1530
# File 'sig/types.rbs', line 1528

def feature_config
  @feature_config
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


1522
1523
1524
# File 'sig/types.rbs', line 1522

def kms_key_id
  @kms_key_id
end

#manifest_summaryTypes::GroundTruthManifest

Returns the value of attribute manifest_summary.



1521
1522
1523
# File 'sig/types.rbs', line 1521

def manifest_summary
  @manifest_summary
end

#max_inference_units::Integer

Returns the value of attribute max_inference_units.

Returns:

  • (::Integer)


1523
1524
1525
# File 'sig/types.rbs', line 1523

def max_inference_units
  @max_inference_units
end

#min_inference_units::Integer

Returns the value of attribute min_inference_units.

Returns:

  • (::Integer)


1512
1513
1514
# File 'sig/types.rbs', line 1512

def min_inference_units
  @min_inference_units
end

#output_configTypes::OutputConfig

Returns the value of attribute output_config.

Returns:



1517
1518
1519
# File 'sig/types.rbs', line 1517

def output_config
  @output_config
end

#project_version_arn::String

Returns the value of attribute project_version_arn.

Returns:

  • (::String)


1510
1511
1512
# File 'sig/types.rbs', line 1510

def project_version_arn
  @project_version_arn
end

#source_project_version_arn::String

Returns the value of attribute source_project_version_arn.

Returns:

  • (::String)


1524
1525
1526
# File 'sig/types.rbs', line 1524

def source_project_version_arn
  @source_project_version_arn
end

#status"TRAINING_IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("TRAINING_IN_PROGRESS", "TRAINING_COMPLETED", "TRAINING_FAILED", "STARTING", "RUNNING", "FAILED", "STOPPING", "STOPPED", "DELETING", "COPYING_IN_PROGRESS", "COPYING_COMPLETED", "COPYING_FAILED", "DEPRECATED", "EXPIRED")


1513
1514
1515
# File 'sig/types.rbs', line 1513

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


1514
1515
1516
# File 'sig/types.rbs', line 1514

def status_message
  @status_message
end

#testing_data_resultTypes::TestingDataResult

Returns the value of attribute testing_data_result.



1519
1520
1521
# File 'sig/types.rbs', line 1519

def testing_data_result
  @testing_data_result
end

#training_data_resultTypes::TrainingDataResult

Returns the value of attribute training_data_result.



1518
1519
1520
# File 'sig/types.rbs', line 1518

def training_data_result
  @training_data_result
end

#training_end_timestamp::Time

Returns the value of attribute training_end_timestamp.

Returns:

  • (::Time)


1516
1517
1518
# File 'sig/types.rbs', line 1516

def training_end_timestamp
  @training_end_timestamp
end

#version_description::String

Returns the value of attribute version_description.

Returns:

  • (::String)


1525
1526
1527
# File 'sig/types.rbs', line 1525

def version_description
  @version_description
end