Class: Aws::Types::DescribeModelCardExportJobResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


4721
4722
4723
# File 'sig/types.rbs', line 4721

def created_at
  @created_at
end

#export_artifactsTypes::ModelCardExportArtifacts

Returns the value of attribute export_artifacts.



4724
4725
4726
# File 'sig/types.rbs', line 4724

def export_artifacts
  @export_artifacts
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


4723
4724
4725
# File 'sig/types.rbs', line 4723

def failure_reason
  @failure_reason
end

#last_modified_at::Time

Returns the value of attribute last_modified_at.

Returns:

  • (::Time)


4722
4723
4724
# File 'sig/types.rbs', line 4722

def last_modified_at
  @last_modified_at
end

#model_card_export_job_arn::String

Returns the value of attribute model_card_export_job_arn.

Returns:

  • (::String)


4716
4717
4718
# File 'sig/types.rbs', line 4716

def model_card_export_job_arn
  @model_card_export_job_arn
end

#model_card_export_job_name::String

Returns the value of attribute model_card_export_job_name.

Returns:

  • (::String)


4715
4716
4717
# File 'sig/types.rbs', line 4715

def model_card_export_job_name
  @model_card_export_job_name
end

#model_card_name::String

Returns the value of attribute model_card_name.

Returns:

  • (::String)


4718
4719
4720
# File 'sig/types.rbs', line 4718

def model_card_name
  @model_card_name
end

#model_card_version::Integer

Returns the value of attribute model_card_version.

Returns:

  • (::Integer)


4719
4720
4721
# File 'sig/types.rbs', line 4719

def model_card_version
  @model_card_version
end

#output_configTypes::ModelCardExportOutputConfig

Returns the value of attribute output_config.



4720
4721
4722
# File 'sig/types.rbs', line 4720

def output_config
  @output_config
end

#status"InProgress", ...

Returns the value of attribute status.

Returns:

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


4717
4718
4719
# File 'sig/types.rbs', line 4717

def status
  @status
end