We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.73.1
published on Monday, Jul 27, 2026 by Pulumi
published on Monday, Jul 27, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.73.1
published on Monday, Jul 27, 2026 by Pulumi
published on Monday, Jul 27, 2026 by Pulumi
Resource Type definition for AWS::SageMaker::Algorithm
Using getAlgorithm
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getAlgorithm(args: GetAlgorithmArgs, opts?: InvokeOptions): Promise<GetAlgorithmResult>
function getAlgorithmOutput(args: GetAlgorithmOutputArgs, opts?: InvokeOptions): Output<GetAlgorithmResult>def get_algorithm(algorithm_arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAlgorithmResult
def get_algorithm_output(algorithm_arn: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAlgorithmResult]func LookupAlgorithm(ctx *Context, args *LookupAlgorithmArgs, opts ...InvokeOption) (*LookupAlgorithmResult, error)
func LookupAlgorithmOutput(ctx *Context, args *LookupAlgorithmOutputArgs, opts ...InvokeOption) LookupAlgorithmResultOutput> Note: This function is named LookupAlgorithm in the Go SDK.
public static class GetAlgorithm
{
public static Task<GetAlgorithmResult> InvokeAsync(GetAlgorithmArgs args, InvokeOptions? opts = null)
public static Output<GetAlgorithmResult> Invoke(GetAlgorithmInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAlgorithmResult> getAlgorithm(GetAlgorithmArgs args, InvokeOptions options)
public static Output<GetAlgorithmResult> getAlgorithm(GetAlgorithmArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:sagemaker:getAlgorithm
arguments:
# arguments dictionarydata "aws-native_sagemaker_get_algorithm" "name" {
# arguments
}The following arguments are supported:
- Algorithm
Arn string - The Amazon Resource Name (ARN) of the algorithm.
- Algorithm
Arn string - The Amazon Resource Name (ARN) of the algorithm.
- algorithm_
arn string - The Amazon Resource Name (ARN) of the algorithm.
- algorithm
Arn String - The Amazon Resource Name (ARN) of the algorithm.
- algorithm
Arn string - The Amazon Resource Name (ARN) of the algorithm.
- algorithm_
arn str - The Amazon Resource Name (ARN) of the algorithm.
- algorithm
Arn String - The Amazon Resource Name (ARN) of the algorithm.
getAlgorithm Result
The following output properties are available:
- Algorithm
Arn string - The Amazon Resource Name (ARN) of the algorithm.
- Creation
Time string - A timestamp specifying when the algorithm was created.
-
List<Pulumi.
Aws Native. Outputs. Tag> - An array of key-value pairs to apply to this resource.
- Algorithm
Arn string - The Amazon Resource Name (ARN) of the algorithm.
- Creation
Time string - A timestamp specifying when the algorithm was created.
- Tag
- An array of key-value pairs to apply to this resource.
- algorithm_
arn string - The Amazon Resource Name (ARN) of the algorithm.
- creation_
time string - A timestamp specifying when the algorithm was created.
- list(object)
- An array of key-value pairs to apply to this resource.
- algorithm
Arn String - The Amazon Resource Name (ARN) of the algorithm.
- creation
Time String - A timestamp specifying when the algorithm was created.
- List<Tag>
- An array of key-value pairs to apply to this resource.
- algorithm
Arn string - The Amazon Resource Name (ARN) of the algorithm.
- creation
Time string - A timestamp specifying when the algorithm was created.
- Tag[]
- An array of key-value pairs to apply to this resource.
- algorithm_
arn str - The Amazon Resource Name (ARN) of the algorithm.
- creation_
time str - A timestamp specifying when the algorithm was created.
- Sequence[root_Tag]
- An array of key-value pairs to apply to this resource.
- algorithm
Arn String - The Amazon Resource Name (ARN) of the algorithm.
- creation
Time String - A timestamp specifying when the algorithm was created.
- List<Property Map>
- An array of key-value pairs to apply to this resource.
Supporting Types
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.73.1
published on Monday, Jul 27, 2026 by Pulumi
published on Monday, Jul 27, 2026 by Pulumi