7#include <aws/cleanroomsml/CleanRoomsML_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/cleanroomsml/model/TrainedModelInferenceJobStatus.h>
10#include <aws/cleanroomsml/model/InferenceOutputConfiguration.h>
11#include <aws/cleanroomsml/model/MetricsStatus.h>
12#include <aws/cleanroomsml/model/LogsStatus.h>
13#include <aws/core/utils/DateTime.h>
52 template<
typename TrainedModelInferenceJobArnT = Aws::String>
53 void SetTrainedModelInferenceJobArn(TrainedModelInferenceJobArnT&& value) { m_trainedModelInferenceJobArnHasBeenSet =
true; m_trainedModelInferenceJobArn = std::forward<TrainedModelInferenceJobArnT>(value); }
54 template<
typename TrainedModelInferenceJobArnT = Aws::String>
65 template<
typename ConfiguredModelAlgorithmAssociationArnT = Aws::String>
66 void SetConfiguredModelAlgorithmAssociationArn(ConfiguredModelAlgorithmAssociationArnT&& value) { m_configuredModelAlgorithmAssociationArnHasBeenSet =
true; m_configuredModelAlgorithmAssociationArn = std::forward<ConfiguredModelAlgorithmAssociationArnT>(value); }
67 template<
typename ConfiguredModelAlgorithmAssociationArnT = Aws::String>
78 template<
typename MembershipIdentifierT = Aws::String>
79 void SetMembershipIdentifier(MembershipIdentifierT&& value) { m_membershipIdentifierHasBeenSet =
true; m_membershipIdentifier = std::forward<MembershipIdentifierT>(value); }
80 template<
typename MembershipIdentifierT = Aws::String>
91 template<
typename TrainedModelArnT = Aws::String>
92 void SetTrainedModelArn(TrainedModelArnT&& value) { m_trainedModelArnHasBeenSet =
true; m_trainedModelArn = std::forward<TrainedModelArnT>(value); }
93 template<
typename TrainedModelArnT = Aws::String>
104 template<
typename TrainedModelVersionIdentifierT = Aws::String>
105 void SetTrainedModelVersionIdentifier(TrainedModelVersionIdentifierT&& value) { m_trainedModelVersionIdentifierHasBeenSet =
true; m_trainedModelVersionIdentifier = std::forward<TrainedModelVersionIdentifierT>(value); }
106 template<
typename TrainedModelVersionIdentifierT = Aws::String>
117 template<
typename CollaborationIdentifierT = Aws::String>
118 void SetCollaborationIdentifier(CollaborationIdentifierT&& value) { m_collaborationIdentifierHasBeenSet =
true; m_collaborationIdentifier = std::forward<CollaborationIdentifierT>(value); }
119 template<
typename CollaborationIdentifierT = Aws::String>
139 template<
typename OutputConfigurationT = InferenceOutputConfiguration>
140 void SetOutputConfiguration(OutputConfigurationT&& value) { m_outputConfigurationHasBeenSet =
true; m_outputConfiguration = std::forward<OutputConfigurationT>(value); }
141 template<
typename OutputConfigurationT = InferenceOutputConfiguration>
151 template<
typename NameT = Aws::String>
152 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
153 template<
typename NameT = Aws::String>
163 template<
typename DescriptionT = Aws::String>
164 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
165 template<
typename DescriptionT = Aws::String>
185 template<
typename MetricsStatusDetailsT = Aws::String>
186 void SetMetricsStatusDetails(MetricsStatusDetailsT&& value) { m_metricsStatusDetailsHasBeenSet =
true; m_metricsStatusDetails = std::forward<MetricsStatusDetailsT>(value); }
187 template<
typename MetricsStatusDetailsT = Aws::String>
207 template<
typename LogsStatusDetailsT = Aws::String>
208 void SetLogsStatusDetails(LogsStatusDetailsT&& value) { m_logsStatusDetailsHasBeenSet =
true; m_logsStatusDetails = std::forward<LogsStatusDetailsT>(value); }
209 template<
typename LogsStatusDetailsT = Aws::String>
219 template<
typename CreateTimeT = Aws::Utils::DateTime>
220 void SetCreateTime(CreateTimeT&& value) { m_createTimeHasBeenSet =
true; m_createTime = std::forward<CreateTimeT>(value); }
221 template<
typename CreateTimeT = Aws::Utils::DateTime>
232 template<
typename UpdateTimeT = Aws::Utils::DateTime>
233 void SetUpdateTime(UpdateTimeT&& value) { m_updateTimeHasBeenSet =
true; m_updateTime = std::forward<UpdateTimeT>(value); }
234 template<
typename UpdateTimeT = Aws::Utils::DateTime>
240 bool m_trainedModelInferenceJobArnHasBeenSet =
false;
242 Aws::String m_configuredModelAlgorithmAssociationArn;
243 bool m_configuredModelAlgorithmAssociationArnHasBeenSet =
false;
246 bool m_membershipIdentifierHasBeenSet =
false;
249 bool m_trainedModelArnHasBeenSet =
false;
252 bool m_trainedModelVersionIdentifierHasBeenSet =
false;
255 bool m_collaborationIdentifierHasBeenSet =
false;
258 bool m_statusHasBeenSet =
false;
260 InferenceOutputConfiguration m_outputConfiguration;
261 bool m_outputConfigurationHasBeenSet =
false;
264 bool m_nameHasBeenSet =
false;
267 bool m_descriptionHasBeenSet =
false;
270 bool m_metricsStatusHasBeenSet =
false;
273 bool m_metricsStatusDetailsHasBeenSet =
false;
276 bool m_logsStatusHasBeenSet =
false;
279 bool m_logsStatusDetailsHasBeenSet =
false;
282 bool m_createTimeHasBeenSet =
false;
285 bool m_updateTimeHasBeenSet =
false;
void SetMembershipIdentifier(MembershipIdentifierT &&value)
const Aws::String & GetLogsStatusDetails() const
bool MembershipIdentifierHasBeenSet() const
void SetConfiguredModelAlgorithmAssociationArn(ConfiguredModelAlgorithmAssociationArnT &&value)
bool TrainedModelVersionIdentifierHasBeenSet() const
const Aws::String & GetConfiguredModelAlgorithmAssociationArn() const
const Aws::Utils::DateTime & GetCreateTime() const
bool CollaborationIdentifierHasBeenSet() const
const Aws::String & GetName() const
void SetCollaborationIdentifier(CollaborationIdentifierT &&value)
bool LogsStatusHasBeenSet() const
TrainedModelInferenceJobSummary & WithTrainedModelArn(TrainedModelArnT &&value)
TrainedModelInferenceJobSummary & WithTrainedModelVersionIdentifier(TrainedModelVersionIdentifierT &&value)
TrainedModelInferenceJobSummary & WithOutputConfiguration(OutputConfigurationT &&value)
bool NameHasBeenSet() const
void SetTrainedModelArn(TrainedModelArnT &&value)
bool LogsStatusDetailsHasBeenSet() const
void SetMetricsStatusDetails(MetricsStatusDetailsT &&value)
void SetMetricsStatus(MetricsStatus value)
TrainedModelInferenceJobSummary & WithConfiguredModelAlgorithmAssociationArn(ConfiguredModelAlgorithmAssociationArnT &&value)
bool TrainedModelArnHasBeenSet() const
TrainedModelInferenceJobSummary & WithLogsStatus(LogsStatus value)
TrainedModelInferenceJobSummary & WithCollaborationIdentifier(CollaborationIdentifierT &&value)
LogsStatus GetLogsStatus() const
const Aws::String & GetMetricsStatusDetails() const
AWS_CLEANROOMSML_API Aws::Utils::Json::JsonValue Jsonize() const
bool MetricsStatusHasBeenSet() const
void SetCreateTime(CreateTimeT &&value)
void SetLogsStatus(LogsStatus value)
TrainedModelInferenceJobSummary & WithName(NameT &&value)
TrainedModelInferenceJobStatus GetStatus() const
bool OutputConfigurationHasBeenSet() const
const InferenceOutputConfiguration & GetOutputConfiguration() const
void SetTrainedModelInferenceJobArn(TrainedModelInferenceJobArnT &&value)
bool TrainedModelInferenceJobArnHasBeenSet() const
const Aws::String & GetTrainedModelInferenceJobArn() const
bool StatusHasBeenSet() const
const Aws::String & GetDescription() const
bool DescriptionHasBeenSet() const
TrainedModelInferenceJobSummary & WithUpdateTime(UpdateTimeT &&value)
TrainedModelInferenceJobSummary & WithMembershipIdentifier(MembershipIdentifierT &&value)
bool CreateTimeHasBeenSet() const
const Aws::String & GetCollaborationIdentifier() const
TrainedModelInferenceJobSummary & WithMetricsStatus(MetricsStatus value)
TrainedModelInferenceJobSummary & WithStatus(TrainedModelInferenceJobStatus value)
const Aws::Utils::DateTime & GetUpdateTime() const
void SetDescription(DescriptionT &&value)
const Aws::String & GetMembershipIdentifier() const
MetricsStatus GetMetricsStatus() const
void SetOutputConfiguration(OutputConfigurationT &&value)
TrainedModelInferenceJobSummary & WithCreateTime(CreateTimeT &&value)
TrainedModelInferenceJobSummary & WithLogsStatusDetails(LogsStatusDetailsT &&value)
void SetTrainedModelVersionIdentifier(TrainedModelVersionIdentifierT &&value)
void SetUpdateTime(UpdateTimeT &&value)
void SetLogsStatusDetails(LogsStatusDetailsT &&value)
TrainedModelInferenceJobSummary & WithDescription(DescriptionT &&value)
AWS_CLEANROOMSML_API TrainedModelInferenceJobSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetStatus(TrainedModelInferenceJobStatus value)
AWS_CLEANROOMSML_API TrainedModelInferenceJobSummary()=default
const Aws::String & GetTrainedModelArn() const
bool UpdateTimeHasBeenSet() const
AWS_CLEANROOMSML_API TrainedModelInferenceJobSummary(Aws::Utils::Json::JsonView jsonValue)
bool MetricsStatusDetailsHasBeenSet() const
const Aws::String & GetTrainedModelVersionIdentifier() const
void SetName(NameT &&value)
TrainedModelInferenceJobSummary & WithTrainedModelInferenceJobArn(TrainedModelInferenceJobArnT &&value)
TrainedModelInferenceJobSummary & WithMetricsStatusDetails(MetricsStatusDetailsT &&value)
bool ConfiguredModelAlgorithmAssociationArnHasBeenSet() const
TrainedModelInferenceJobStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue