Amazon.MachineLearning.AmazonMachineLearningClient.AmazonMachineLearningClient C# (CSharp) Метод

AmazonMachineLearningClient() публичный Метод

Constructs AmazonMachineLearningClient with AWS Credentials
public AmazonMachineLearningClient ( AWSCredentials credentials ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
Результат System
        public AmazonMachineLearningClient(AWSCredentials credentials)
            : this(credentials, new AmazonMachineLearningConfig())
        {
        }

Same methods

AmazonMachineLearningClient::AmazonMachineLearningClient ( ) : System
AmazonMachineLearningClient::AmazonMachineLearningClient ( AWSCredentials credentials, AmazonMachineLearningConfig clientConfig ) : System
AmazonMachineLearningClient::AmazonMachineLearningClient ( AWSCredentials credentials, RegionEndpoint region ) : System
AmazonMachineLearningClient::AmazonMachineLearningClient ( AmazonMachineLearningConfig config ) : System
AmazonMachineLearningClient::AmazonMachineLearningClient ( RegionEndpoint region ) : System
AmazonMachineLearningClient::AmazonMachineLearningClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System
AmazonMachineLearningClient::AmazonMachineLearningClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonMachineLearningConfig clientConfig ) : System
AmazonMachineLearningClient::AmazonMachineLearningClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System
AmazonMachineLearningClient::AmazonMachineLearningClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System
AmazonMachineLearningClient::AmazonMachineLearningClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonMachineLearningConfig clientConfig ) : System
AmazonMachineLearningClient::AmazonMachineLearningClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System
AmazonMachineLearningClient