static GetTrainedModelResponse.Builder |
GetTrainedModelResponse.builder() |
|
GetTrainedModelResponse.Builder |
GetTrainedModelResponse.Builder.collaborationIdentifier(String collaborationIdentifier) |
The collaboration ID of the collaboration that contains the trained model.
|
GetTrainedModelResponse.Builder |
GetTrainedModelResponse.Builder.configuredModelAlgorithmAssociationArn(String configuredModelAlgorithmAssociationArn) |
The Amazon Resource Name (ARN) of the configured model algorithm association that was used to create the
trained model.
|
GetTrainedModelResponse.Builder |
GetTrainedModelResponse.Builder.createTime(Instant createTime) |
The time at which the trained model was created.
|
GetTrainedModelResponse.Builder |
GetTrainedModelResponse.Builder.dataChannels(Collection<ModelTrainingDataChannel> dataChannels) |
The data channels that were used for the trained model.
|
GetTrainedModelResponse.Builder |
GetTrainedModelResponse.Builder.dataChannels(Consumer<ModelTrainingDataChannel.Builder>... dataChannels) |
The data channels that were used for the trained model.
|
GetTrainedModelResponse.Builder |
GetTrainedModelResponse.Builder.dataChannels(ModelTrainingDataChannel... dataChannels) |
The data channels that were used for the trained model.
|
GetTrainedModelResponse.Builder |
GetTrainedModelResponse.Builder.description(String description) |
The description of the trained model.
|
GetTrainedModelResponse.Builder |
GetTrainedModelResponse.Builder.environment(Map<String,String> environment) |
The EC2 environment that was used to create the trained model.
|
GetTrainedModelResponse.Builder |
GetTrainedModelResponse.Builder.hyperparameters(Map<String,String> hyperparameters) |
The hyperparameters that were used to create the trained model.
|
GetTrainedModelResponse.Builder |
GetTrainedModelResponse.Builder.kmsKeyArn(String kmsKeyArn) |
The Amazon Resource Name (ARN) of the KMS key.
|
GetTrainedModelResponse.Builder |
GetTrainedModelResponse.Builder.logsStatus(String logsStatus) |
The logs status for the trained model.
|
GetTrainedModelResponse.Builder |
GetTrainedModelResponse.Builder.logsStatus(LogsStatus logsStatus) |
The logs status for the trained model.
|
GetTrainedModelResponse.Builder |
GetTrainedModelResponse.Builder.logsStatusDetails(String logsStatusDetails) |
Details about the logs status for the trained model.
|
GetTrainedModelResponse.Builder |
GetTrainedModelResponse.Builder.membershipIdentifier(String membershipIdentifier) |
The membership ID of the member that created the trained model.
|
GetTrainedModelResponse.Builder |
GetTrainedModelResponse.Builder.metricsStatus(String metricsStatus) |
The status of the model metrics.
|
GetTrainedModelResponse.Builder |
GetTrainedModelResponse.Builder.metricsStatus(MetricsStatus metricsStatus) |
The status of the model metrics.
|
GetTrainedModelResponse.Builder |
GetTrainedModelResponse.Builder.metricsStatusDetails(String metricsStatusDetails) |
Details about the metrics status for the trained model.
|
GetTrainedModelResponse.Builder |
GetTrainedModelResponse.Builder.name(String name) |
The name of the trained model.
|
default GetTrainedModelResponse.Builder |
GetTrainedModelResponse.Builder.resourceConfig(Consumer<ResourceConfig.Builder> resourceConfig) |
The EC2 resource configuration that was used to create the trained model.
|
GetTrainedModelResponse.Builder |
GetTrainedModelResponse.Builder.resourceConfig(ResourceConfig resourceConfig) |
The EC2 resource configuration that was used to create the trained model.
|
GetTrainedModelResponse.Builder |
GetTrainedModelResponse.Builder.status(String status) |
The status of the trained model.
|
GetTrainedModelResponse.Builder |
GetTrainedModelResponse.Builder.status(TrainedModelStatus status) |
The status of the trained model.
|
default GetTrainedModelResponse.Builder |
GetTrainedModelResponse.Builder.statusDetails(Consumer<StatusDetails.Builder> statusDetails) |
Sets the value of the StatusDetails property for this object.
|
GetTrainedModelResponse.Builder |
GetTrainedModelResponse.Builder.statusDetails(StatusDetails statusDetails) |
Sets the value of the StatusDetails property for this object.
|
default GetTrainedModelResponse.Builder |
GetTrainedModelResponse.Builder.stoppingCondition(Consumer<StoppingCondition.Builder> stoppingCondition) |
The stopping condition that was used to terminate model training.
|
GetTrainedModelResponse.Builder |
GetTrainedModelResponse.Builder.stoppingCondition(StoppingCondition stoppingCondition) |
The stopping condition that was used to terminate model training.
|
GetTrainedModelResponse.Builder |
GetTrainedModelResponse.Builder.tags(Map<String,String> tags) |
The optional metadata that you applied to the resource to help you categorize and organize them.
|
GetTrainedModelResponse.Builder |
GetTrainedModelResponse.toBuilder() |
|
GetTrainedModelResponse.Builder |
GetTrainedModelResponse.Builder.trainedModelArn(String trainedModelArn) |
The Amazon Resource Name (ARN) of the trained model.
|
GetTrainedModelResponse.Builder |
GetTrainedModelResponse.Builder.trainingContainerImageDigest(String trainingContainerImageDigest) |
Information about the training image container.
|
GetTrainedModelResponse.Builder |
GetTrainedModelResponse.Builder.updateTime(Instant updateTime) |
The most recent time at which the trained model was updated.
|