CollaborationTrainedModelInferenceJobSummary - AWS Clean Rooms ML

CollaborationTrainedModelInferenceJobSummary

Provides summary information about a trained model inference job in a collaboration.

Contents

collaborationIdentifier

The collaboration ID of the collaboration that contains the trained model inference job.

Type: String

Length Constraints: Fixed length of 36.

Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}

Required: Yes

createTime

The time at which the trained model inference job was created.

Type: Timestamp

Required: Yes

creatorAccountId

The account ID that created the trained model inference job.

Type: String

Length Constraints: Fixed length of 12.

Pattern: [0-9]{12}

Required: Yes

membershipIdentifier

The membership ID of the membership that contains the trained model inference job.

Type: String

Length Constraints: Fixed length of 36.

Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}

Required: Yes

name

The name of the trained model inference job.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 63.

Pattern: (?!\s*$)[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDBFF-\uDC00\uDFFF\t]*

Required: Yes

outputConfiguration

Returns output configuration information for the trained model inference job.

Type: InferenceOutputConfiguration object

Required: Yes

status

The status of the trained model inference job.

Type: String

Valid Values: CREATE_PENDING | CREATE_IN_PROGRESS | CREATE_FAILED | ACTIVE | CANCEL_PENDING | CANCEL_IN_PROGRESS | CANCEL_FAILED | INACTIVE

Required: Yes

trainedModelArn

The Amazon Resource Name (ARN) of the trained model that is used for the trained model inference job.

Type: String

Length Constraints: Minimum length of 20. Maximum length of 2048.

Pattern: arn:aws[-a-z]*:cleanrooms-ml:[-a-z0-9]+:[0-9]{12}:membership/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/trained-model/[-a-zA-Z0-9_/.]+

Required: Yes

trainedModelInferenceJobArn

The Amazon Resource Name (ARN) of the trained model inference job.

Type: String

Length Constraints: Minimum length of 20. Maximum length of 2048.

Pattern: arn:aws[-a-z]*:cleanrooms-ml:[-a-z0-9]+:[0-9]{12}:membership/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/trained-model-inference-job/[-a-zA-Z0-9_/.]+

Required: Yes

updateTime

The most recent time at which the trained model inference job was updated.

Type: Timestamp

Required: Yes

configuredModelAlgorithmAssociationArn

The Amazon Resource Name (ARN) of the configured model algorithm association that is used for the trained model inference job.

Type: String

Length Constraints: Minimum length of 20. Maximum length of 2048.

Pattern: arn:aws[-a-z]*:cleanrooms-ml:[-a-z0-9]+:[0-9]{12}:membership/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/configured-model-algorithm-association/[-a-zA-Z0-9_/.]+

Required: No

description

The description of the trained model inference job.

Type: String

Length Constraints: Minimum length of 0. Maximum length of 255.

Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDBFF-\uDC00\uDFFF\t\r\n]*

Required: No

logsStatus

The trained model inference job logs status.

Type: String

Valid Values: PUBLISH_SUCCEEDED | PUBLISH_FAILED

Required: No

logsStatusDetails

Details about the logs status for the trained model inference job.

Type: String

Required: No

metricsStatus

the trained model inference job metrics status.

Type: String

Valid Values: PUBLISH_SUCCEEDED | PUBLISH_FAILED

Required: No

metricsStatusDetails

Details about the metrics status for trained model inference job.

Type: String

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: