static CollaborationTrainedModelExportJobSummary.Builder |
CollaborationTrainedModelExportJobSummary.builder() |
|
CollaborationTrainedModelExportJobSummary.Builder |
CollaborationTrainedModelExportJobSummary.Builder.collaborationIdentifier(String collaborationIdentifier) |
The collaboration ID of the collaboration that contains the trained model export job.
|
CollaborationTrainedModelExportJobSummary.Builder |
CollaborationTrainedModelExportJobSummary.Builder.createTime(Instant createTime) |
The time at which the trained model export job was created.
|
CollaborationTrainedModelExportJobSummary.Builder |
CollaborationTrainedModelExportJobSummary.Builder.creatorAccountId(String creatorAccountId) |
The account ID of the member that created the trained model.
|
CollaborationTrainedModelExportJobSummary.Builder |
CollaborationTrainedModelExportJobSummary.Builder.description(String description) |
The description of the trained model.
|
CollaborationTrainedModelExportJobSummary.Builder |
CollaborationTrainedModelExportJobSummary.Builder.membershipIdentifier(String membershipIdentifier) |
The membership ID of the member that created the trained model export job.
|
CollaborationTrainedModelExportJobSummary.Builder |
CollaborationTrainedModelExportJobSummary.Builder.name(String name) |
The name of the trained model export job.
|
default CollaborationTrainedModelExportJobSummary.Builder |
CollaborationTrainedModelExportJobSummary.Builder.outputConfiguration(Consumer<TrainedModelExportOutputConfiguration.Builder> outputConfiguration) |
Sets the value of the OutputConfiguration property for this object.
|
CollaborationTrainedModelExportJobSummary.Builder |
CollaborationTrainedModelExportJobSummary.Builder.outputConfiguration(TrainedModelExportOutputConfiguration outputConfiguration) |
Sets the value of the OutputConfiguration property for this object.
|
CollaborationTrainedModelExportJobSummary.Builder |
CollaborationTrainedModelExportJobSummary.Builder.status(String status) |
The status of the trained model.
|
CollaborationTrainedModelExportJobSummary.Builder |
CollaborationTrainedModelExportJobSummary.Builder.status(TrainedModelExportJobStatus status) |
The status of the trained model.
|
default CollaborationTrainedModelExportJobSummary.Builder |
CollaborationTrainedModelExportJobSummary.Builder.statusDetails(Consumer<StatusDetails.Builder> statusDetails) |
Sets the value of the StatusDetails property for this object.
|
CollaborationTrainedModelExportJobSummary.Builder |
CollaborationTrainedModelExportJobSummary.Builder.statusDetails(StatusDetails statusDetails) |
Sets the value of the StatusDetails property for this object.
|
CollaborationTrainedModelExportJobSummary.Builder |
CollaborationTrainedModelExportJobSummary.toBuilder() |
|
CollaborationTrainedModelExportJobSummary.Builder |
CollaborationTrainedModelExportJobSummary.Builder.trainedModelArn(String trainedModelArn) |
The Amazon Resource Name (ARN) of the trained model that is being exported.
|
CollaborationTrainedModelExportJobSummary.Builder |
CollaborationTrainedModelExportJobSummary.Builder.updateTime(Instant updateTime) |
The most recent time at which the trained model export job was updated.
|