Get Inference Experiment Result
constructor(arn: String? = null, creationTime: String? = null, dataStorageConfig: InferenceExperimentDataStorageConfig? = null, description: String? = null, desiredState: InferenceExperimentDesiredState? = null, endpointMetadata: InferenceExperimentEndpointMetadata? = null, lastModifiedTime: String? = null, modelVariants: List<InferenceExperimentModelVariantConfig>? = null, schedule: InferenceExperimentSchedule? = null, shadowModeConfig: InferenceExperimentShadowModeConfig? = null, status: InferenceExperimentStatus? = null, statusReason: String? = null, tags: List<Tag>? = null)