argo.models.v1alpha1_artifact_location

Argo

Argo # noqa: E501

The version of the OpenAPI document: v2.7.5 Generated by: https://openapi-generator.tech

Module Contents

class argo.models.v1alpha1_artifact_location.V1alpha1ArtifactLocation(archive_logs=None, artifactory=None, gcs=None, git=None, hdfs=None, http=None, oss=None, raw=None, s3=None)

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

V1alpha1ArtifactLocation - a model defined in OpenAPI

openapi_types
attribute_map
property archive_logs(self)

Gets the archive_logs of this V1alpha1ArtifactLocation. # noqa: E501

Returns

The archive_logs of this V1alpha1ArtifactLocation. # noqa: E501

Return type

bool

property artifactory(self)

Gets the artifactory of this V1alpha1ArtifactLocation. # noqa: E501

Returns

The artifactory of this V1alpha1ArtifactLocation. # noqa: E501

Return type

V1alpha1ArtifactoryArtifact

property gcs(self)

Gets the gcs of this V1alpha1ArtifactLocation. # noqa: E501

Returns

The gcs of this V1alpha1ArtifactLocation. # noqa: E501

Return type

V1alpha1GCSArtifact

property git(self)

Gets the git of this V1alpha1ArtifactLocation. # noqa: E501

Returns

The git of this V1alpha1ArtifactLocation. # noqa: E501

Return type

V1alpha1GitArtifact

property hdfs(self)

Gets the hdfs of this V1alpha1ArtifactLocation. # noqa: E501

Returns

The hdfs of this V1alpha1ArtifactLocation. # noqa: E501

Return type

V1alpha1HDFSArtifact

property http(self)

Gets the http of this V1alpha1ArtifactLocation. # noqa: E501

Returns

The http of this V1alpha1ArtifactLocation. # noqa: E501

Return type

V1alpha1HTTPArtifact

property oss(self)

Gets the oss of this V1alpha1ArtifactLocation. # noqa: E501

Returns

The oss of this V1alpha1ArtifactLocation. # noqa: E501

Return type

V1alpha1OSSArtifact

property raw(self)

Gets the raw of this V1alpha1ArtifactLocation. # noqa: E501

Returns

The raw of this V1alpha1ArtifactLocation. # noqa: E501

Return type

V1alpha1RawArtifact

property s3(self)

Gets the s3 of this V1alpha1ArtifactLocation. # noqa: E501

Returns

The s3 of this V1alpha1ArtifactLocation. # noqa: E501

Return type

V1alpha1S3Artifact

to_dict(self)

Returns the model properties as a dict

to_str(self)

Returns the string representation of the model