Amazon.MachineLearning.Model.PredictResponse.IsSetPrediction C# (CSharp) Method

IsSetPrediction() private method

private IsSetPrediction ( ) : bool
return bool
        internal bool IsSetPrediction()
        {
            return this._prediction != null;
        }
PredictResponse